Automatable BPMN elements
| BPMN Element | Usage |
|---|---|
| Empty Start Event: manual start of a process | |
| Intermediate Timer Event: delays the execution by a specified time. | |
| Empty End Event: consumes one token. A process is ended if all tokens are consumed. | |
| Terminate End Event: stops the complete process and consumes all tokens. (Currently only possible on one Engine.) | |
| Parallel Gateway (AND) | |
| Exclusive Gateway (XOR) | |
| Inclusive Gateway (OR) | |
| User Task: display HTML pages in a task list. | |
| Script Task: execute Scripts on the Engine. | |
| Subprocess: structure a process with embedded processes. | |
| Call Activities: structure a process by calling other processes. | |
| Attached Boundary Error Event. (Only on Scripts Tasks currently.) | |
| Attached Boundary Escalation Event (Interrupting). (Only on Scripts Tasks currently.) | |
| Attached Boundary Escalation Event (Non-Interrupting). (Only on Scripts Tasks currently.) | |
| Attached Timer Event (Interrupting). | |
| Attached Timer Event (Non-Interrupting). |
Last updated on