Skip to content

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.

Real-time execution monitoring on the canvas

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.

Executions dashboard with status filters

Execution Detail View

The execution detail page shows:

  1. Workflow status — overall execution result (completed, failed, partial success, etc.)
  2. Timeline — start time, end time, and total duration
  3. Node list — every node with its individual status, duration, and item counts
  4. Node output — click any completed node to view its output data

Execution detail view with node statuses and output

Workflow Builder Monitoring

You can also monitor executions directly in the workflow builder:

  1. Run a workflow from the builder
  2. Watch nodes light up with status indicators as they execute
  3. Click any completed node to inspect its output
  4. Failed nodes display their error message