The Run History panel gives you a live and historical view of every execution of your workflow — what ran, what succeeded, what failed, and exactly what each step did.
Switch to Play mode using the mode toggle in the top bar. The right pane becomes the Run History panel, listing all recent runs.
| Status | Meaning |
|---|---|
| Running | Executing right now |
| Success | Completed without errors |
| Error | One or more steps failed |
| Waiting | Paused — waiting for a scheduled delay or retry |
| Action Required | Paused — a Human-in-the-Loop step is waiting for a human decision |
| Cancelled | Manually stopped before completion |
Click any run card to open the run detail view. This shows every step in execution order:
Click any step to expand it and see:
From the run detail view, use the Replay button to re-run a completed or failed run with the same inputs. This is useful for testing a fix without waiting for the trigger to fire again.
For a run that is currently Running or Waiting, use the Stop button to cancel it. The run moves to Cancelled status immediately.
While a run is in progress, the Run History panel updates in real time — steps appear as they complete. The active step is highlighted, and you can watch the workflow advance step by step.
Use the filter controls at the top of the Run History panel to narrow by:
If your workflow calls a subflow (a nested workflow), the subflow's steps appear inline within the parent run's step list. Click the subflow step to expand it and inspect its internal execution independently.