Skip to content

n8n 触发节点(n8n Trigger node)#

n8n Trigger 节点在包含此节点的工作流更新或发布,或 n8n 实例启动或重启时触发。此节点仅响应其自身工作流中的事件;对其他工作流的更改不会触发它。

🌐 The n8n Trigger node triggers when the workflow containing this node updates or gets published, or when the n8n instance starts or restarts. This node only responds to events in its own workflow; changes to other workflows won't trigger it.

节点参数(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.