Element

DescriptionThe Control Flow connects the initial node of an activity diagram with the final node. In between, you can add several action nodes.
Attributes
  • Name
  • Description
  • Symbol Type
ParticularityIf the control flow starts from a decision, it has two more specific attributes.

Specific Attributes

Attribute NameDescriptionPossible Values / ExampleAvailability
Guard
trueFollow this branch.
  • Control flows starting from decision node
falseDo not follow this branch.
Order

an integerOrder in which the guard expression on this control flow should be evaluated.
  • Control flows starting from decision node
emptyUndefined order of evaluation.