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
In an activity diagram, draw a StructuredActivityNode.
Then create 2 nodes in it (e.g. InitialNode and OpaqueAction).
-> The nodes are contained by the StructuredActivityNode, which is good.
Try and create a ControlFlow between these two nodes.
-> A ControlFlow is created in the model in the StructuredActivityNode, which is good.
-> The ControlFlow is not shown in the diagram, which is bad.
The ControlFlow can be show only when we move the corresponding model element to the parent activity. So my first guess would be that there is a candidates expression which does not look into StructuredActivityNodes.
The text was updated successfully, but these errors were encountered:
In an activity diagram, draw a StructuredActivityNode.
Then create 2 nodes in it (e.g. InitialNode and OpaqueAction).
-> The nodes are contained by the StructuredActivityNode, which is good.
Try and create a ControlFlow between these two nodes.
-> A ControlFlow is created in the model in the StructuredActivityNode, which is good.
-> The ControlFlow is not shown in the diagram, which is bad.
The ControlFlow can be show only when we move the corresponding model element to the parent activity. So my first guess would be that there is a candidates expression which does not look into StructuredActivityNodes.
The text was updated successfully, but these errors were encountered: