Skip to content

执行#

¥Executions

一次执行是指工作流的单次运行。

¥An execution is a single run of a workflow.

执行模式#

¥Execution modes

有两种执行模式:

¥There are two execution modes:

  • 手动:测试时手动运行工作流。选择“执行工作流”可启动手动执行。你可以手动执行活动工作流,但 n8n 建议在开发和测试期间将工作流设置为“非活动”状态。

¥Manual: run workflows manually when testing. Select Execute Workflow to start a manual execution. You can do manual executions of active workflows, but n8n recommends keeping your workflow set to Inactive while developing and testing.

  • 生产:生产工作流是指自动运行的工作流。要启用此功能,请将工作流设置为“活动”。

¥Production: a production workflow is one that runs automatically. To enable this, set the workflow to Active.

执行列表#

¥Execution lists

n8n 提供了两个执行列表:

¥n8n provides two execution lists:

¥Workflow-level executions: this execution list shows the executions for a single workflow.

  • 所有执行:此列表显示所有工作流的执行情况。

¥All executions: this list shows all executions for all your workflows.

n8n 支持 向执行添加自定义数据

¥n8n supports adding custom data to executions.