You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When programmatically creating an activity diagram, if you drop a ControlFlow that has its source and target set into the diagram and the diagram already contains images of the source and target elements, the control flow image is not automatically connected to the source and target images.
To Reproduce
Steps to reproduce the behavior:
Create an Activity and an Activity Diagram programmatically
Create two actions, A and B.
Drop actions A and B onto the diagram
Create a ControlFlow. Set its source and target to actions A and B.
Drop the ControlFlow onto the diagram.
Expected behavior
The ControlFlow should connect automatically to the end-point images.
Screenshots
If applicable, add screenshots to help explain your problem.