Workflows
Workflows

Runs and run history

Every execution of a workflow creates a run. Runs show up both on the workflow's detail page and in the left sidebar (mixed in with chat sessions).

Run statuses

- Running — the agent is actively working on the run

- Completed — every step finished successfully

- Failed — a step errored out

- Paused — the run was paused mid-execution and is waiting to resume

Watching live — open a running workflow to see step-by-step progress: which step is active, what the agent has done so far, what it's thinking about next. The panel updates as steps complete.

Pausing mid-run — click Pause on a running workflow. The agent finishes the current action and then stops. The run moves to Paused status.

Resuming — a paused run has a Resume button. Click it and the agent picks up from the step it was on, not from the beginning.

Re-running — completed and failed runs have a Run again option. This starts a fresh run with the same inputs (or lets you change them). The old run stays in history for reference.

What a run contains — every run is a full transcript of the agent's work: the inputs that were used, each step's output, any tool calls it made, and the final result. You can open any past run and read the whole thing.