Back to Knowledge Base
How to Monitor Workflow Executions
How to view Workflow executions
Section titled “How to view Workflow executions”- Go to Menu → Workflows
- Click on a Workflow to open it
- Click the Executions tab
You will see a list of all recent executions with their status, trigger time, and duration.
Execution statuses
Section titled “Execution statuses”| Status | Meaning |
|---|---|
| Pending | Queued, not yet started |
| Running | Currently in progress |
| Waiting | Paused — waiting on a human Task or an external signal |
| Completed | Finished successfully |
| Failed | Stopped due to an error |
| Cancelled | Manually stopped |
Inspecting an execution
Section titled “Inspecting an execution”Click on any execution to open the execution detail view:
- Timeline — shows each node that ran, in order
- Node output — click any node to see its input and output data
- Error details — if the execution failed, the error is shown on the failing node
Debugging failures
Section titled “Debugging failures”- Click the failed execution
- Find the node marked in red
- Click the node to see the error message and the input it received
- Fix the Workflow configuration
- Re-test by clicking Test in the editor
Tip: Turn on Verbose logging in the Workflow settings while debugging — this adds detailed output to each node’s execution log.