|
BPMN-OS
BPMN for optimization and simulation
|
The state of a token at an untyped start event is immediately advanced to ENTERED. After entry, a token is created for the start event of each event-subprocess within the same scope. Then, The state of the token is advanced to DEPARTED or DONE.
stateDiagram-v2
state departure <<choice>>
[*] --> ENTERED
ENTERED --> departure
departure --> DEPARTED: [outgoing sequence flow]
departure --> DONE: [no outgoing sequence flow]
DEPARTED --> [*]
DONE --> [*]