|
BPMN-OS
BPMN for optimization and simulation
|
Execution of process instances is managed through state machines containing tokens running through respective state diagrams. The system state provides access to all state machines and tokens.
Upon instantiation of a process, a token is generated for the process instance. This token owns a state machine containing all token that may exist within the scope of the process. Moreover, a token at the unique start event of the process is created, and for all event-subprocesses, a token at the unique start event of the event-subprocess is created. Theses tokens flow through the process model and create all required child state machines and tokens running through these. The token flow logic depends on the node type and is described in below sections.
Activities
Gateways