The workflow builder now includes a persistent right-pane run inspector. Resize it to fit your workflow, browse past runs, and drill into any run to see step-by-step execution detail without leaving the canvas.
Selecting a step in the run history focuses the corresponding node on the canvas, so you can trace execution against your workflow's structure. The panel also drives the run lifecycle directly and displays a full set of run-status badges, giving a clearer read on what succeeded, failed, or is still in progress.
Run visibility now lives in a resizable right-hand panel inside the workflow builder, so you can inspect executions without losing your place on the canvas.
List view — every run for the current workflow, with trigger source, timestamp, and status (Running, Success, Failed, Action required)
Detail view — drill into a single run to see its step-by-step trace; selecting a step focuses the matching node on the canvas
Step inspector — view input and output for any step to debug exactly where and why a run failed
Live mode — runs in progress update in real time as each step executes, no manual refresh needed
Run lifecycle controls — replay a run, refresh its status, or end it in progress, directly from the panel
Status taxonomy — a consistent set of states (Running, Success, Failed, Action required) used across the list, detail, and canvas so a run's state always reads the same way everywhere
The result is one place to answer "what happened on this run" — without leaving the builder or piecing it together from logs.