workflow.run_response.events
and in the runs
column of your workflow’s session database (SQLite, PostgreSQL, etc.).
store_events=True
: Automatically stores all workflow events in the databaseevents_to_skip=[]
: Filter out specific event types to reduce storage and noise
workflow.run_response.events
Available Events to Skip:
- Debugging: Store all events to analyze workflow execution flow
- Audit Trails: Keep records of all workflow activities for compliance
- Performance Analysis: Analyze timing and execution patterns
- Error Investigation: Review event sequences leading to failures
- Noise Reduction: Skip verbose events like
step_started
to focus on results