Opening a run
From the Workflows list (sidebar) or Overview’s Active workflows section, click any run to open its detail page. The URL looks like/workflows/<a long ID>.
[SCREENSHOT NEEDED: Workflow run detail page, fully annotated: status badge, progress bar, connection pill, stat strip, execution timeline, run inputs panel]
The connection indicator
Top right of the page:The status badge and progress bar
Right under the page title. The badge shows the run’s overall status — see Understand Your Results for the full list of what each one means. While a run is active, a progress bar next to it shows steps completed ÷ total steps as a percentage.The stat strip
Four tiles, updating live:The execution timeline
The main panel, showing one entry per step as it happens — this is the real, live sequence of what your AI agents are doing. Each step shows its own status (see below), and completed steps can be expanded to see what they actually produced. If a step fails, its error appears inline, right there in the timeline — you don’t need to go hunting for it.Step statuses you’ll see
Run inputs
The right-hand panel shows exactly what values the run was triggered with — useful for confirming you entered what you meant to, or for copying a working set of inputs to reuse later.If a run needs your attention
- Status is
waiting_approval→ go to Take Action — it’s paused on purpose, waiting for you. - Status is
paused→ click Resume (appears next to the status badge) when you’re ready to continue. - You want to stop it → click Cancel run (only shown while a run is active). You’ll be asked to confirm — this stops in-flight work and may roll back steps that already completed, and can’t be undone.