1.5 KiB
description, contentType
| description | contentType |
|---|---|
| View and filter all executions for the workflow currently open on the canvas. | 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.
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.
- In your workflow, select Executions.
- Select Filters.
- 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 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: