Exclusive Gateway
Bases: Task
An API from Exclusive Gateway from BPMN. This classes holds ExclusiveGatewayElement
as elements.
Attributes:
Name | Type | Description |
---|---|---|
root |
_Element
|
root of BPMN loaded as XML. |
Source code in bpmn_parser/_exclusive_gateway.py
List
List all exclusive gateways elements founded in .bpmn
file.
Output
[
ExclusiveGatewayElement(
id='Gateway_04151fm',
name=None
),
ExclusiveGatewayElement(
id='Gateway_0ony4ks',
name='Which flow?'
),
ExclusiveGatewayElement(
id='Gateway_0v0migw',
name=None
),
]
Get
Get a specific exclusive gateway by your ID.