Skip to main content
On this page, we will explain how you can see the status of your tasks within a specific pipeline run.
If you have not yet run a pipeline, please refer to the quickstart to get started.
When executed correctly, you should be able to see the following screen in the Tracer dashboard:
Tracer updates task status in real-time, so you can monitor progress without refreshing the page.
Tracer provides detailed visibility into task execution, allowing you to track progress, identify bottlenecks, and ensure your workflows are running smoothly.

Accessing Task Status

1

Navigate to Pipelines Overview

Open the Tracer dashboard and select the “Pipelines” tab next to “Overview”. This will show you all the pipelines that have been run.General Overview
When hovering over the pipeline runs, you get more information about what pipelines have been run or are currently running.
2

Go to your Specific Pipeline

Access your specific pipeline by clicking on the pipeline name. You can recognize the pipelines which are currently running by the blue dot next to the pipeline name.Pipeline Overview
3

Select the Correct Run

As you will most likely check the current or latest run of the selected pipeline, you can click the blue link “Latest Run” to go to the latest run.If you are searching for an older run, you can click on the “Pipeline Runs” box in the bottom left corner of the screen. This will show you all runs, where you can select the run you are looking for.Pipeline Runs
4

Navigate to Tools

Here, you get the first high-level overview of the pipeline run. You can see the main metrics, runtime and cost as well as the automatic logs with warnings and failure indicators.To go to the task status, click on the “Tools” tab next to “Overview”. This will show you the status of all tasks within this pipeline run.Runs Overview
5

Investigate Task Status

The tool visualizer shows you the status of all tasks within this pipeline run:
  • Bar width indicates the runtime of the task
  • Bar color indicates the status: Grey (running), Green (completed), Red (failed) Tool Visualiser
In the image above, all tools are completed as indicated by the green bars.
When hovering over a specific task, you can see the status, runtime, and the exact moment the task started. By clicking the bar, you can dig one level deeper to see the metrics, runtime, cost, and logs with warnings and failure indicators.Running Hover
In the image above, the task is still running as indicated by the grey bar and has been running for exactly 30.591s.
For a more detailed overview, click on the “Detailed” button in the top right corner of the screen. This will list all tools in a table showing status, command, start time, runtime, max RAM, max CPU, max Disk I/O, and end time.Detailed View
In the image above, you can see that one task is still running as indicated by the “Running” status, while the others are successfully completed.
6

Tool Specific Metrics

Here, you can see the run-specific metrics including:
  • Tool ID - Unique identifier for the task
  • Run Name - Name of the current run
  • Pipeline Name - Name of the parent pipeline
  • AI Insights - Intelligent analysis and recommendations
  • Runtime Metrics - CPU, memory, and I/O usage
You can also compare this task’s performance to previous runs.Tool Metrics
After these steps, you’ll have live visibility into task progress, metrics, and logs for your pipeline run.

Task Status Indicators

Tracer displays tasks with the following status indicators:
StatusDescriptionColor Used to Indicate
RunningTask is currently executingGrey
CompletedTask finished successfullyGreen
FailedTask encountered an errorRed

Task Metrics

When viewing a task, you’ll see detailed information including:
CategoryMetricDescription
Status & TimingStatusCurrent state of the task (Running, Completed, Failed)
RuntimeTotal execution time
Start TimeWhen the task began
End TimeWhen the task completed (if applicable)
Resource UsageCPUProcessor utilization
RAM MemoryMemory consumption
Disk I/ORead/write operations
Network I/ONetwork traffic
Logs & DebuggingAutomatic LogsStandard output and deep system-level logs captured
WarningsHighlighted warnings and failure indicators
Additional InformationCommandThe exact command executed
Historical ComparisonPerformance comparison with previous runs of this task

Next Steps

How to get even more out of Tracer’s capabilities: