Monitoring
The platform provides real-time monitoring so you can watch your workflows execute live and review past runs.
Real-Time Status Updates
When a workflow is running, the canvas and execution detail page update in real-time:
- Node indicators change color as each node starts, completes, or fails
- Item counts show how many items each node has processed
- Duration displays how long each node took to execute
- Errors appear immediately when a node fails
These updates happen automatically — no need to refresh the page.

Execution Dashboard
The Executions page lists all workflow runs across your team:
- Status filter — filter by completed, failed, running, etc.
- Workflow filter — show runs for a specific workflow
- Pagination — browse through history page by page
- Timestamps — see when each execution started and finished
Click any execution to open its detail view.

Execution Detail View
The execution detail page shows:
- Workflow status — overall execution result (completed, failed, partial success, etc.)
- Timeline — start time, end time, and total duration
- Node list — every node with its individual status, duration, and item counts
- Node output — click any completed node to view its output data

Workflow Builder Monitoring
You can also monitor executions directly in the workflow builder:
- Run a workflow from the builder
- Watch nodes light up with status indicators as they execute
- Click any completed node to inspect its output
- Failed nodes display their error message