DocsMonitoring a Run
Workflows
Monitoring a Run
Once a pipeline is triggered, you can watch it progress step by step in real time, and go back later to see exactly what happened on any past run.
The pipeline diagram
Open a run to see its steps laid out left to right. Each step is colored by what it's doing: gray means it hasn't started, blue means it's running, green means it finished, and red means it failed. You can pan and zoom to see the whole pipeline.
Run statuses
queued / pendingWaiting its turn to start.runningIn progress right now.completedFinished successfully.failedStopped because a step hit an error or a quality check failed.cancelledStopped manually before it finished.Reading task logs
If a step fails, open the run and click "View task logs" to see what happened at that step. Logs are grouped by task, so you can jump straight to the one that failed instead of scrolling through the whole pipeline. Click "Reload logs" to fetch the latest output while a step is still running.