Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flows in StructuredActivityNode are not drawn #1070

Open
vhemery opened this issue Dec 7, 2021 · 0 comments
Open

flows in StructuredActivityNode are not drawn #1070

vhemery opened this issue Dec 7, 2021 · 0 comments

Comments

@vhemery
Copy link

vhemery commented Dec 7, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant