Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

flows in StructuredActivityNode are not drawn #1070

@vhemery

Description

@vhemery

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions