sequence_flow
Represents a Sequence Flow.
| CLASS | DESCRIPTION |
|---|---|
SequenceFlow |
The Sequence Flow element is used to define the sequence of execution between two FlowNodes. |
Classes¶
SequenceFlow
dataclass
¶
SequenceFlow(
*,
id: Optional[str] = None,
documentation: list[Documentation] = list(),
extension_elements: Optional[ExtensionElements] = None,
auditing: Optional[Auditing] = None,
monitoring: Optional[Monitoring] = None,
category_value_refs: list[str] = list(),
name: Optional[str] = None,
condition_expression: Optional[Expression] = None,
source_ref: str,
target_ref: str,
is_immediate: Optional[bool] = None
)
Bases: FlowElement
The Sequence Flow element is used to define the sequence of execution between two FlowNodes.