Runs Page
The Runs page shows the execution history for your automations. Each run appears as a card with key details at a glance.Run Cards
| Field | Description |
|---|---|
| Status | Running, Completed, or Failed |
| Composer | The name of the composer that was executed |
| Timestamp | When the run started |
| Mode | Test or Live badge indicating which environment the run executed in |
Viewing Run Details
Expand a run card to see the step-by-step execution log. Each step shows:- Status — whether the step succeeded, failed, or is still running
- Input — the data the step received
- Output — the data the step produced
- Errors — any error messages if the step failed
Inline Canvas Logs
While working on the canvas, you can toggle the execution logs panel using the Logs button in the canvas header. This provides real-time updates during execution so you can watch your workflow progress step by step without leaving the canvas.Real-Time Updates
Logs update in real time during execution. You can watch the current status of each step as the workflow progresses — no need to refresh.Related Documentation
Test & Deploy
How to run test executions and deploy workflows.
Workflow Canvas
Where you build and test your workflows.