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
ObjectNodes connected by an ObjectFlow, with optionally intervening ControlNodes, must have compatible types.
Details
ObjectNodes connected by an ObjectFlow, with optionally intervening ControlNodes, must have compatible types. In particular, the downstream ObjectNode type must be the same or a super type of the upstream ObjectNode type.
Tips
When you get an R1290 warning on an ObjectFlow, verify that all downstream ObjectNodes of this flow are the same class or super classes of all the upstream ObjectNodes.