Runs
A run is a single execution of a pipeline. Each run has parameters, per-step status, logs, and output artifacts. Runs are created manually or by recurring run schedules.
Preview
The Pipelines tab is in early access. Run creation is available via the Vantage SDK. The UI shows run status and logs in read-only mode.
The runs list
The list view shows every run across all experiments. Each row displays:
- Name — the run's display name.
- Pipeline — which pipeline version this run executes.
- Status — current phase (Running, Succeeded, Failed, Skipped).
- Started — when the run started.
- Duration — elapsed time.
Run detail
Click a run to see:
- DAG visualization — circles per step, lines per dependency, color-coded by status.
- Step details — click any step to see inputs, outputs, container image, and logs.
- Parameters — the run's input parameters.
- Metrics — output metrics if the pipeline produces them.
Next steps
- Experiments — grouping runs
- Recurring Runs — scheduled triggers