StartNode extends ActivityNode, ExecutionEdgesSource

An ActivityOperation or ActivityPredicate may contain a single StartNode as the starting point of its execution flow.

An ActivityOperation must contain exactly one StartNode, which must have at least one outgoing ExecutionEdge. When the ActivityOperation is executed, the execution flow will begin from this StartNode, and will follow each outgoing ExecutionEdge sequentially.

The StartNode element is based on the UML InitialNode model element.

[StartNode.html]

Examples

Implementation Notes

Inference Rules

(none)

Constraints

(none)

Attributes

(none)

Inherited Attributes

Children

(none)

Inherited Children

(none)

References

(none)

Inherited References

Extensions

(none)

Inherited Extensions