
UML/BPMN Metamodel
Abstract class for directed connections between two activity nodes.
ActivityEdge is an abstract class for the connections along which tokens flow between activity nodes. It covers control and data flow edges.
Activity edges can control token flow.


Figure 97 : ActivityEdge (architecture_autodiagram)
Attribute | Description |
---|---|
string Guard [1..1] | Specification evaluated at runtime to determine if the edge can be traversed. |
string Weight [1..1] | Number of tokens consumed from the source node on each traversal. |
Association | Description |
---|---|
Node to which tokens are put when they traverse the edge. | |
Region that the edge can interrupt. | |