Skip to main content

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

FieldDescription
StatusRunning, Completed, or Failed
ComposerThe name of the composer that was executed
TimestampWhen the run started
ModeTest 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.
1

Expand the step log

Click a run card to expand it, then expand the step whose output you want to save.
2

Click Save Output to Library

Click the Save Output to Library button at the bottom of the step’s log entry.
3

Select a library prompt

Choose the library prompt you want to associate the output with.
4

Select a test

Pick the specific test case within that prompt where the variable should be added.
5

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.
6

Save

Click Save. The output is added as a variable on the selected test case and is immediately available when you run that library test.
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.

Test & Deploy

How to run test executions and deploy workflows.

Workflow Canvas

Where you build and test your workflows.