File size: 2,186 Bytes
0a84888 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
description: View and filter all executions for the workflow currently open on the canvas.
contentType: howto
---
# Workflow-level executions list
The **Executions** list in a workflow shows all executions for that workflow.
/// note | Deleted workflows
When you delete a workflow, n8n deletes its execution history as well. This means you can't view executions for deleted workflows.
///
/// note | Execution history and workflow history
Don't confuse the execution list with [Workflow history](/workflows/history.md).
Executions are workflow runs. With the executions list, you can see previous runs of the current version of the workflow. You can copy previous executions into the editor to [Debug and re-run past executions](/workflows/executions/debug.md) in your current workflow.
Workflow history is previous versions of the workflow: for example, a version with a different node, or different parameters set.
///
## View executions for a single workflow
In the workflow, select the **Executions** tab in the top menu. You can preview all executions of that workflow.
## Filter executions
You can filter the executions list.
1. In your workflow, select **Executions**.
2. Select **Filters**.
3. Enter your filters. You can filter by:
* **Status**: choose from **Failed**, **Running**, **Success**, or **Waiting**.
* **Execution start**: see executions that started in the given time.
* **Saved custom data**: this is data you create within the workflow using the Code node. Enter the key and value to filter. Refer to [Custom executions data](/workflows/executions/custom-executions-data.md) for information on adding custom data.
--8<-- "_snippets/workflows/executions/custom-execution-data-availability.md"
## Retry failed workflows
If your workflow execution fails, you can retry the execution. To retry a failed workflow:
1. Open the **Executions** list.
2. For the workflow execution you want to retry, select **Refresh** <span class="inline-image">{.off-glb}</span>.
--8<-- "_snippets/workflows/executions/retry-options.md"
|