Skip to content

所有执行#

¥All executions

要查看 n8n 实例的所有执行记录,请导航到“概览”页面,然后单击“执行”选项卡。此操作将显示你有权访问的工作流中的所有执行情况。

¥To view all executions from an n8n instance, navigate to the Overview page and then click into the Executions tab. This will show you all executions from the workflows you have access to.

如果你的 n8n 实例支持项目,你还可以查看你有权访问的项目中的“执行”选项卡。这将仅显示指定项目内工作流的执行情况。

¥If your n8n instance supports projects, you'll also be able to view the executions tab within projects you have access to. This will show you executions only from the workflows within the specified project.

Deleted workflows

当你删除工作流时,n8n 也会删除其执行历史记录。这意味着你无法查看已删除工作流的执行情况。

¥When you delete a workflow, n8n deletes its execution history as well. This means you can't view executions for deleted workflows.

筛选执行#

¥Filter executions

你可以筛选执行列表:

¥You can filter the executions list:

  1. 在“概览”页面或特定项目中选择“执行”标签页即可打开列表。

¥Select the Executions tab either from within the Overview page or a specific project 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 for information on adding custom data.

Feature availability

Custom executions data is available on:

  • Cloud: Pro, Enterprise
  • Self-Hosted: Enterprise, registered Community

重试失败的工作流#

¥Retry failed workflows

如果你的工作流执行失败,你可以重试执行。要重试失败的工作流:

¥If your workflow execution fails, you can retry the execution. To retry a failed workflow:

  1. 在“概览”页面或特定项目中选择“执行”标签页即可打开列表。

¥Select the Executions tab from within either the Overview page or a specific project to open the list. 2. 在要重试的执行中,选择“重试执行 Options menu icon”。

¥On the execution you want to retry, select Retry execution {.off-glb}.

  1. Select either of the following options to retry the execution:
    • Retry with currently saved workflow: Once you make changes to your workflow, you can select this option to execute the workflow with the previous execution data.
    • Retry with original workflow: If you want to retry the execution without making changes to your workflow, you can select this option to retry the execution with the previous execution data.

将先前执行的数据加载到当前工作流中#

¥Load data from previous executions into your current workflow

你可以将先前工作流中的数据加载回画布。有关更多信息,请参阅 调试执行

¥You can load data from a previous workflow back into the canvas. Refer to Debug executions for more information.