# View workflow run history

**Category:** [Orchestration](https://help.totalctrl.app/hc/totalctrl/totalctrl-help-center/en-US/categories/orchestration)
**Updated:** 2026-08-19

## Where to find runs

On the **Workflows** page, click **History** on any workflow to open its run history. Each row is one execution — created whenever the trigger fired, you used **Test Run**, or an inbound webhook arrived.
## Reading a run

Every run has an overall **status**:

- **Success** — every action step completed.
- **Failed** — the run stopped because a step errored before anything succeeded.
- **Partial** — some steps succeeded, then a later step failed and stopped the run.
- **Running** — the run is still in progress.

Open a run to see the **per-step results**: each step shows whether it succeeded or failed, the output it produced, and any error message. This is the fastest way to debug a workflow that isn't behaving — you can see exactly which step broke and why.
## Failure notifications

When a run finishes with a Failed or Partial status, the person who triggered it receives a notification naming the workflow and the step that failed, so problems don't go unnoticed.
## Common fixes

- A step reporting `connection_required` means the app has no valid connection — add one on the [Connections](connect-an-app) page and run again.
- Empty values in an action usually mean a template variable didn't resolve — review [Map data between steps](map-data-between-steps).

The workflow's total run count and last-run time are also shown on the main Workflows list.

---

## Related Articles

- [Orchestration Overview](https://help.totalctrl.app/en-US/articles/orchestration-overview)
- [Connect an app](https://help.totalctrl.app/en-US/articles/connect-an-app-1)
- [Build your first workflow](https://help.totalctrl.app/en-US/articles/build-your-first-workflow)
- [Filters: stop a run when conditions aren't met](https://help.totalctrl.app/en-US/articles/flow-control-filters)
- [Delays: pause a workflow for minutes, hours, or days](https://help.totalctrl.app/en-US/articles/flow-control-delays)

---
[← Back to TotalCtrl Help Center](https://help.totalctrl.app/en-US/)