Event Type
The event type specifies the kind of happening that will trigger the event or that will be triggered by the event.
- None: the trigger is not specified, generally at the start or end of a process
- Message: the event is receiving or sending messages
- Timer: the event is triggered by a timer
- Error: the event catches or throws errors
- Cancel: the event reacts to cancelled process steps or triggers cancellation
- Compensation: the event handles or triggers compensation of a failed process
- Conditional: the event is triggered by a condition
- Signal: the event waits for a signal or throws a signal. One signal thrown can be caught multiple times
- Terminate: the event indicates that all process steps should be immediately ended without compensation or event handling.
- Multiple: the event has multiple triggers
- Link: the event is used to connect two sections of a process
Translations
Products