Skip to content

n8n 触发节点(n8n Trigger node)#

n8n 触发节点会在当前工作流更新或激活时,或在 n8n 实例启动或重启时触发。你可以使用 n8n 触发节点来通知这些事件的发生。

🌐 The n8n Trigger node triggers when the current workflow updates or activates, or when the n8n instance starts or restarts. You can use the n8n Trigger node to notify when these events occur.

节点参数(Node parameters)#

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

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

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

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

🌐 You can select one or more of these events.

模板和示例(Templates and examples)#

Template widget placeholder.