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
A MessageFlow cannot link two elements in the same Process.
Details
MessageFlows are meant to communicate between two independent processes. They should not be used as a way of communicating within the same Process.
Tips
If you have a MessageFlow that has its source and target in the same lane, you should remove it and use sequence flow instead to represent what you need.