Transition connects two flow elements, e.g. activities and is navigated when execution of the source element is completed and execution of the target element shall begin.
Transition may define payload artifacts - what the source element shall pass along the transition to the target element. For example, a transition from “Business Analysis” to “Design” may have “Requirements Document” as its payload.
Keys of payload artifacts relative to the containing package artifacts/
reference.
Type | EString |
---|---|
Cardinality | 0..* |
Changeable | true |
Derived | false |
Key of transition target relative to the containing flow elements/
reference.
Type | EString |
---|---|
Cardinality | 1 |
Changeable | true |
Derived | false |
Artifacts passed from the source element to the target element.
Type | Artifact |
---|---|
Cardinality | 0..* |
Changeable | false |
Derived | true |
Opposite | payloadFor |
Transition target.
Type | FlowElement<?> |
---|---|
Cardinality | 0..1 |
Changeable | false |
Derived | true |