Skip to content

工作流触发器节点(Workflow Trigger node)#

工作流触发器节点会在工作流更新或激活时触发。

🌐 The Workflow Trigger node gets triggered when a workflow is updated or activated.

已弃用

n8n 已弃用工作流触发器节点,并将其功能移至 n8n Trigger 节点

记住

如果你想在工作流程中使用工作流程触发器节点,只需将该节点添加到工作流程中。你不必创建一个单独的工作流程。

工作流触发节点会在被添加到的工作流中被触发。你可以使用工作流触发节点来触发工作流,以通知工作流的状态。

🌐 The Workflow Trigger node gets triggered for the workflow that it gets added to. You can use the Workflow Trigger node to trigger a workflow to notify the state of the workflow.

节点参数(Node parameters)#

该节点包含一个用于识别应触发它的事件的单个参数。可从以下事件中选择:

🌐 The node includes a single parameter to identify the Events that should trigger it. Choose from these events:

  • 活动工作流已更新:如果你选择此事件,则当此工作流被更新时,节点将触发。
  • 工作流已激活:如果你选择此事件,当该工作流被激活时,节点将触发。

你可以选择以下一个或两个事件。

🌐 You can select one or both of these events.

模板和示例(Templates and examples)#

Template widget placeholder.