ObeoNetwork / UML-Designer

OpenSource (EPL licensed) UML2 Graphical Modelers (Class, Composite, State, Activity, Sequence ...)
http://umldesigner.org
317 stars 122 forks source link

flows in StructuredActivityNode are not drawn #1070

Open vhemery opened 2 years ago

vhemery commented 2 years ago

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.