Maciej Barelkowski
Maciej Barelkowski
I tried to implement this but then discovered that it's too complex for `spring cleaning`. We can tackle this later but need to make sure that we don't introduce bugs....
This will be implemented in an upstream repo: https://github.com/camunda/bpmnlint-plugin-camunda-compat
Finding: When one imports the diagram, process' elements parent is set to collaboration. 
Yeah, I think the spring cleaning is a right time for this.
Thank you for creating this issue. So if I get it correctly, you'd like to be able to take this:  and transform it into something like this:  and...
Is it ready for review?
I see your point. According to the BPMN 2.0.2 spec: > Labels are optional for BPMNShape and BPMNEdge. When there is a label, the position of the label is specified...
Thanks for your report. I was able to reproduce this and will move it to the backlog. We will happily accept a PR with a fix.
This can be a problem within [`ManhattanLayout#repairConnection`](https://github.com/bpmn-io/diagram-js/blob/master/lib/layout/ManhattanLayout.js#L333) as we do not care there about the preferred layout unless it's the straight layout.
Thank you for your bug report. I was able to reproduce the issue and can confirm that the bug was introduced in v8.5.0. I suspect that it's caused by the...