mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
41 lines
1.8 KiB
Markdown
41 lines
1.8 KiB
Markdown
---
|
|
description: View and filter all executions for all workflows.
|
|
contentType: howto
|
|
---
|
|
|
|
# All executions list
|
|
|
|
The **All executions** list shows all executions for all workflows you have access to.
|
|
|
|
!!! 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.
|
|
|
|
## Browse executions
|
|
|
|
Select **All executions** <span class="inline-image"></span> to open the list.
|
|
|
|
|
|
## Filter executions
|
|
|
|
You can filter the executions list.
|
|
|
|
|
|
1. Select **All executions** <span class="inline-image"></span> to open the list.
|
|
2. Select **Filters**.
|
|
3. Enter your filters. You can filter by:
|
|
* **Workflows**: choose all workflows, or a specific workflow name.
|
|
* **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/) 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. Select **All executions** <span class="inline-image"></span> to open the list.
|
|
2. On the execution you want to retry, select **Retry execution** <span class="inline-image"></span>.
|
|
--8<-- "_snippets/workflows/executions/retry-options.md"
|
|
|