Skip to content
Back to Knowledge Base

How to Monitor Workflow Executions

  1. Go to Menu → Workflows
  2. Click on a Workflow to open it
  3. Click the Executions tab

You will see a list of all recent executions with their status, trigger time, and duration.

StatusMeaning
PendingQueued, not yet started
RunningCurrently in progress
WaitingPaused — waiting on a human Task or an external signal
CompletedFinished successfully
FailedStopped due to an error
CancelledManually stopped

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
  1. Click the failed execution
  2. Find the node marked in red
  3. Click the node to see the error message and the input it received
  4. Fix the Workflow configuration
  5. 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.