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.