执行(Executions)#
一次执行是指工作流的单次运行。
🌐 An execution is a single run of a workflow.
执行模式(Execution modes)#
有两种执行模式:
🌐 There are two execution modes:
- 手动:在测试时手动运行工作流。选择 执行工作流 开始手动执行。你可以对活动工作流进行手动执行,但 n8n 建议在开发和测试时将工作流设置为 未激活 状态。
- 生产:生产工作流是自动运行的工作流。要启用它,请将工作流设置为激活。
执行如何计入配额:(How executions count towards quotas:)#
付费计划,无论是云端还是自托管,都有执行限制配额。只有生产执行才计入此配额。这些执行是由触发器、计划或轮询自动启动的。手动执行不计入配额。无论实例环境是开发还是生产,这一区分都适用。
执行列表(Execution lists)#
n8n 提供了两个执行列表:
🌐 n8n provides two execution lists:
n8n 支持向执行中添加自定义数据。
🌐 n8n supports adding custom data to executions.
执行数据编辑(Execution data redaction)#
你可以编辑执行数据以保护敏感信息。编辑会隐藏工作流执行的输入和输出数据,同时保留执行元数据,如状态、时间和节点名称。有关详细信息,请参阅 执行数据编辑。
🌐 You can redact execution data to protect sensitive information. Redaction hides the input and output data of workflow executions while preserving execution metadata like status, timing, and node names. Refer to Execution data redaction for details.