Workflow Run History
The Run History page provides visibility into all workflow executions, allowing you to monitor runs, troubleshoot issues, and track performance over time.
History Overview
The history list shows all workflow runs with key information:
- Workflow Name - Name of the executed workflow
- Status - Running, Completed, Failed, Cancelled
- Start Time - When the run started
- Duration - How long the run took
- Records Processed - Number of records handled
- Trigger - Manual, Scheduled, or Event-triggered
Run Status
Completed Workflow finished successfully
Running Workflow is currently executing
Failed Workflow encountered an error
Cancelled Workflow was manually stopped
Run Details
Click on any run to view detailed execution information:
Execution Timeline
- Node Execution Order - See which nodes ran and when
- Node Duration - Time spent on each node
- Data Volume - Records processed at each step
- Error Location - Where failures occurred (if any)
Logs
- Info Logs - General execution messages
- Warning Logs - Non-critical issues
- Error Logs - Error details and stack traces
- Debug Logs - Detailed debugging information
Data Preview
View sample data at each node:
- Input data received by the node
- Output data produced by the node
- Data schema and types
Managing Runs
- Cancel - Stop a running workflow
- Retry - Re-run a failed workflow
- Resume - Continue from failure point (if supported)
- Delete - Remove old run history
Filtering and Search
Find specific runs using filters:
- Filter by workflow name
- Filter by status (completed, failed, etc.)
- Filter by date range
- Filter by trigger type
- Search by run ID
Retention Policy
Run history is retained for 30 days by default. Configure retention settings in the workflow settings to keep history longer or shorter based on your needs.