parallel_gateway
Represents a BPMN 2.0 Parallel Gateway.
| CLASS | DESCRIPTION |
|---|---|
ParallelGateway |
A Parallel Gateway is used to synchronize (combine) parallel flows and to create parallel flows. |
Classes¶
ParallelGateway
dataclass
¶
ParallelGateway(
*,
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,
incoming: list[str] = list(),
outgoing: list[str] = list(),
gateway_direction: GatewayDirection = UNSPECIFIED
)
Bases: Gateway
A Parallel Gateway is used to synchronize (combine) parallel flows and to create parallel flows.