> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/workflows/designing-workflows/processes/process-execution/beans/event-bean.md).

# Event bean

* Available through the **event** variable
* Contains important event information in case the workflow was started on a event. Will be empty otherwise. For example.:
  * `${event.taskId}` the original workflow task that triggered the event.
  * `${event.workflowDefinition.signifier}` the original workflow where the event was triggered.
