> ## Documentation Index
> Fetch the complete documentation index at: https://openops-ecb4f397-mintlify-helm-chart-documentation-30057.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Investigating Workflow Runs

> How to troubleshoot and debug workflow runs

If a workflow didn't execute the way you expected it to, you can investigate what went wrong by viewing the history of workflow runs. You can do this [from the **Runs** view](#finding-a-run-from-the-runs-view) or directly [from the workflow editor](#finding-a-run-from-the-workflow-editor).

## Finding a run from the Runs view

Click **Runs** in the OpenOps main menu.

This opens the list of all runs across all your workflows, with the most recent runs shown first:

<img src="https://mintcdn.com/openops-ecb4f397-mintlify-helm-chart-documentation-30057/hfZdRnuoiSN-v4sh/images/runs-default.png?fit=max&auto=format&n=hfZdRnuoiSN-v4sh&q=85&s=51c9645daaa417b59f0e8c6d125176d6" alt="The list of all workflow runs" width="1680" height="929" data-path="images/runs-default.png" />

You can filter the list by workflow name, run status (succeeded, failed, paused, timeout, etc.), type (triggered, manual run, test run), or a date range:

<img src="https://mintcdn.com/openops-ecb4f397-mintlify-helm-chart-documentation-30057/hfZdRnuoiSN-v4sh/images/runs-filters.png?fit=max&auto=format&n=hfZdRnuoiSN-v4sh&q=85&s=a7ebf68117dbc2713462359e64f704c4" alt="Workflow runs with filters applied" width="1680" height="857" data-path="images/runs-filters.png" />

When you've found a run you want to investigate, click on it. This will open the workflow editor in a view-only mode.

Alternatively, if a run is taking longer than expected or is stuck in a paused state, you can abort it by clicking the three-dot menu on the right and selecting **Stop Run**:

<img src="https://mintcdn.com/openops-ecb4f397-mintlify-helm-chart-documentation-30057/hfZdRnuoiSN-v4sh/images/runs-stop.png?fit=max&auto=format&n=hfZdRnuoiSN-v4sh&q=85&s=fc8f88d8aea95aeace13e68fbdfa11dd" alt="Stopping a run" width="1398" height="469" data-path="images/runs-stop.png" />

## Finding a run from the workflow editor

If the workflow you want to investigate is already open in the workflow editor, click **Run logs** in the top menu:

<img src="https://mintcdn.com/openops-ecb4f397-mintlify-helm-chart-documentation-30057/5859tKRIjU5VSQss/images/workflow-editor-run-logs.png?fit=max&auto=format&n=5859tKRIjU5VSQss&q=85&s=a12e44296de169da0ad447747c748e84" alt="Run logs button" width="737" height="95" data-path="images/workflow-editor-run-logs.png" />

In the **Recent Runs** pane that opens on the left, click a run that you want to investigate. Failed runs are marked with the ❌ icon:

<img src="https://mintcdn.com/openops-ecb4f397-mintlify-helm-chart-documentation-30057/5859tKRIjU5VSQss/images/workflow-editor-recent-runs.png?fit=max&auto=format&n=5859tKRIjU5VSQss&q=85&s=2c73aec9b47e6e55f9fc81eddf081143" alt="Recent Runs pane" width="511" height="631" data-path="images/workflow-editor-recent-runs.png" />

This will open the selected run in the **Run Details** pane.

## Investigating in the Run Details view

In the **Run Details** pane, each workflow step will display a ✅ or a ❌ to indicate its execution status.

Click on a failed step to see its inputs and outputs. Explore the outputs to view the error message:

<img src="https://mintcdn.com/openops-ecb4f397-mintlify-helm-chart-documentation-30057/hfZdRnuoiSN-v4sh/images/run-details-error.png?fit=max&auto=format&n=hfZdRnuoiSN-v4sh&q=85&s=d79d435209b96a9ea52131970169e3c6" alt="Workflow runs with filters applied" width="519" height="704" data-path="images/run-details-error.png" />

To update the workflow to address the error, click **Edit** in the top-right corner of the workflow editor. This switches the editor from view-only mode, enabling you to select the problematic step and modify its properties.
