For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated

Was this helpful?