Events
Events represent things that happen during a process — starts, waits, and endings.
| Event | Description |
|---|---|
| Start & End Events | Begin and terminate process instances |
| Timers | Pause execution for a duration, until a date, or on a schedule |
| Messages | Pause execution until a correlated message is delivered |
| Signals | Broadcast to all matching subscriptions across instances |
| Boundary Events | Attach to tasks to handle errors, timeouts, and messages |
Last updated on