Workflow Run Details

Workflow Runs

The Workflow Runs page shows every execution of your workflows. Use it to monitor status, inspect task logs, and diagnose failures.


Viewing a Run

  1. Navigate to Workflows > Workflow Runs.

  2. Filter by cluster, status, or date range to locate the run you need.

Workflow Runs list with a running execution
  1. Click a run name to open its details page.

  2. The Workflow DAG shows each task and its current state (color-coded by status).

  3. The Details tab in the right panel shows run metadata and workflow configuration. The Timeline tab shows a chronological log of every task state transition.

Run Details and Task Logs panels
  1. Click any task node in the DAG to load its Task Logs below the graph.


Diagnose a Failed Run

  1. On the Workflow Runs list, apply the Status: Failed filter.

  2. Click the failed run to open its details.

  3. In the Workflow DAG, identify the task highlighted in red.

  4. Click the failed task to load its logs and review error messages or stack traces.

  5. Switch to the Timeline tab for the sequence of events leading up to the failure.


Cancel a Running Workflow

  1. On the Workflow Runs list, click the red × icon in the Actions column for the target run.

  2. Alternatively, open the run details page and click Cancel Run in the top-right corner.

  3. Confirm in the dialog. The status changes to Canceled.


Run Information Fields

Field

Description

Run ID

Unique system-generated identifier for this execution.

Workflow ID

Identifier of the parent workflow definition.

Dataplane ID

The data plane where the workflow executed.

Status

Current state: Running, Completed, Failed, Canceled.

Trigger Type

How the run was started: Manual or Schedule.

External DAG Run ID

The corresponding run identifier in Airflow.