packages/twenty-docs/user-guide/workflows/capabilities/workflow-runs.mdx
A Run is a record of a workflow execution. Every time a workflow is triggered—whether by a record event, schedule, manual action, or webhook—a new run is created.
| Status | Description |
|---|---|
| Running | Workflow is currently executing |
| Completed | Workflow finished successfully |
| Failed | Workflow encountered an error and stopped |
| Waiting | Workflow is paused (e.g., waiting for a Delay action or Form submission) |
Click on any run to see:
Each run shows the progression through your workflow:
When a run fails:
If a run fails, you can: