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
Saving Step Output to a Library Test
When a step has produced output, a Save Output to Library button appears at the bottom of that step’s log entry. Use this to capture real run output as a test variable in a library prompt’s test case — useful for building realistic test data without having to copy and paste manually.Expand the step log
Click a run card to expand it, then expand the step whose output you want to save.
Click Save Output to Library
Click the Save Output to Library button at the bottom of the step’s log entry.
Set the variable path
Enter the variable path for this output (defaults to
step.<step-name>.output). This is the key used to reference the value in the prompt.The Save Output to Library button only appears when the step has output. Steps with no output or steps that errored without producing output will not show this option.
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.