Executions
Executions are the low-level representation of a single pipeline step run. While a run is the top-level pipeline invocation, an execution is one step within that run — the container that ran, its inputs, outputs, and status.
Preview
The Pipelines tab is in early access. Execution browsing is read-only in the UI.
The executions list
The list view shows every execution across all pipeline runs. Each row displays:
- Name — the execution's display name.
- Component — which pipeline component this execution ran.
- Status — current phase.
- Started — when the execution started.
- Duration — elapsed time.
Click an execution to see its inputs, outputs, and logs.