The Executions view provides visibility into workflow runs, including detailed step-by-step logs, timing information, and error tracking.
Navigate to Automation > Executions to see:
| Column | Description |
|---|---|
| Workflow | Workflow name |
| Status | Success, Failed, Running |
| Started | Execution start time |
| Duration | Total execution time |
| Trigger | What triggered the execution |
Filter by:
Click an execution to view:
Each step shows:
| Field | Description |
|---|---|
| Step Name | Node identifier |
| Status | Completed, Failed, Skipped |
| Duration | Step execution time |
| Input | Data received by step |
| Output | Data produced by step |
View input and output for each step:
{
"input": {
"order_id": "ORD-001",
"customer": "John Doe"
},
"output": {
"success": true,
"message": "Email sent"
}
}
| Status | Description |
|---|---|
| Running | Currently executing |
| Success | Completed without errors |
| Failed | Stopped due to error |
| Partially Failed | Some steps failed |
| State | Description |
|---|---|
| Pending | Not yet executed |
| Running | Currently executing |
| Completed | Finished successfully |
| Failed | Error occurred |
| Skipped | Condition not met |
Failed executions show:
| Error | Cause |
|---|---|
| HTTP Error | External API failure |
| Timeout | Request exceeded time limit |
| Data Error | Invalid or missing data |
| Condition Error | Invalid expression |
To debug a failed workflow:
Execution history is retained based on system settings:
For each workflow:
Execute workflows manually:
Before enabling a workflow:
View currently running workflows:
Configure alerts for: