> ## Documentation Index
> Fetch the complete documentation index at: https://docs.attention.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflow Runs

> Monitor and debug workflow executions once your workflow is live.

Once your workflow is live, each execution is called a **workflow run**. Runs let you see what happened, debug issues, and understand the data flowing through your automation.

***

## Viewing Runs

* Navigate to the **Workflow Runs** tab.
* Filter runs by time range (e.g., last 24 hours, last 7 days).
* Click into a run to view step-by-step execution.

## Debugging Runs

Each run shows:

* When the **trigger fired**
* Which **steps executed successfully**
* Which **branches were followed**
* Any **errors or failures**

This helps you quickly identify where something broke (e.g., authentication expired, invalid field mapping).

## Restoring Versions

Workflows are versioned. If you’ve made changes and something breaks, you can restore to a previous version.

* Go to the workflow’s **versions history**.
* Select a past version and restore it.

## Best Practices

* Always test triggers and actions before publishing.
* Use the run debugger to validate logic before rolling out to the whole team.
* Restore to known-good versions if major issues arise.
