Supported BPMN elements
All BPMN elements that go through an idle state are supported.
| Element | Type | Description |
|---|---|---|
Intermediate Message |
Event |
Causes idle time till a message is provided |
Intermediate Signal |
Event |
Causes idle time till a signal is provided |
Intermediate Timer |
Event |
Causes idle time till timer times out |
User Task node |
Activity |
Calls User Tasks subsystem and waits till a human completes the task |
User Task Notification |
HT Event |
Notifications HT |
User Task Deadline |
HT Event |
Deadline notifications |
Boundary Event Message |
Event |
Causes branch a path in an ongoing activity execution when a message is reaches it (might cancel or not) |
Boundary Event Signal |
Event |
Boundary Event Signal |
Boundary Event Timer |
Event |
Causes branch a path in an ongoing activity execution when a timer timesout (might cancel or not) |
Start Event Message |
Event |
Causes to start an execution of a workflow when a message reaches the engine |
Start Event Signal |
Event |
Causes to start an execution of a workflow when a signal reaches the engine |
Event Gateway |
Event |
Causes several waiting at the same time |
Ad-hoc Tasks |
Activity |
Allows triggering tasks when there is no incoming connections |
Ad-hoc Subprocess |
Event |
Allows triggering a subprocess when there is no incoming connection to a subprocess |
For more information about BPMN, see the Business Process Model and Notation (BPMN) specification.