Event categories
Execution events - Workflow lifecycleexecution_started- Workflow beginsexecution_ended- Workflow completesexecution_failed- Workflow crashes
step_entered- Entering a stepstep_completed- Step finishes successfullystep_failed- Step encounters error
action_preparing- Setting up actionaction_executing- Running actionaction_performed- Action completesdecision_evaluated- Decide node chooses path
Accessing events
Test workflows
Events appear in the Workflow Events tab when testing workflows. Events show step-by-step execution with timestamps and details.Production workflows
View events in execution logs dashboard:- Project → Execution logs → Click execution → Events tab
- Real-time updates for active workflows
- Full execution history
Key event types
Decision trackingdecision_evaluating- AI evaluating conditionsdecision_evaluated- Path chosen with reasoning
variables_set- Variables updated- Shows old/new values and source
ai_field_resolving- Processing AI promptai_field_resolved- AI response received
user_input_received- User respondedwait_timeout- Timeout triggered
step_failed- Step error with detailsaction_failed- Action error
Event structure
Each event includes:eventType- What happenedcreatedAt- Exact timestampstep- Associated step (if any)edgeLabel- Transition takenpayload- Event-specific data
- Decision events include prompt, response, model used
- Action events show parameters and results
- Error events contain error message and stack trace
- Variable events show before/after values

