-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recalculate sequence flows w/ corner when reconnecting elements #672
Comments
I agree that the diagram should be somewhat better layouted after the reconnection. Could you provide us with the diagram so we can reproduce your issue? |
+1 This would really improve things! |
@nikku Sure, here’s the diagram: https://cl.ly/mhwU |
Seems like we're missing the auto-layout hook on element re-connection. I'll have a look into this one. 👍 |
In trainings this would significantly improve the "first impression" for users. |
Gets addressed via bpmn-io/bpmn-js#718 |
Closed via aafbda4 |
When I have a diagram with sequence flows
And my sequence flows have one or more corner
when I disconnect one of them
and I connect them to another element
then it should look exactly the same way as if I had connected it this way in the first place
Observed behavior
Only the part of the sequence flow after the last (yellow) point before the arrow end changes:
Desired behavior
The whole sequence flow element should be re-calculated in the same way as if it was placed to connect these two elements in the first place:
Depends on bpmn-io/bpmn-js#718
The text was updated successfully, but these errors were encountered: