Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate workflow trigger node and merge functionality into n8n trig…
Browse files Browse the repository at this point in the history
…ger node
imchairmanm committed Nov 28, 2024
1 parent f969838 commit 764593c
Showing 2 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -8,12 +8,17 @@ priority: medium

# n8n Trigger node

The n8n Trigger node gets triggered when the n8n instance starts or restarts. You can use the n8n Trigger node to notify when the n8n instance starts.
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

- Events
- **Instance started**: Triggers when the n8n instance starts or restarts.
The node includes a single parameter to identify the **Events** that should trigger it. Choose from these events:

- **Active Workflow Updated**: If you select this event, the node triggers when this workflow is updated.

Check warning on line 17 in docs/integrations/builtin/core-nodes/n8n-nodes-base.n8ntrigger.md

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-write-good.Passive] 'is updated' may be passive voice. Use active voice if you can. Raw Output: {"message": "[from-write-good.Passive] 'is updated' may be passive voice. Use active voice if you can.", "location": {"path": "docs/integrations/builtin/core-nodes/n8n-nodes-base.n8ntrigger.md", "range": {"start": {"line": 17, "column": 95}}}, "severity": "WARNING"}
- **Instance started**: If you select this event, the node triggers when the n8n instance starts or restarts.
- **Workflow Activated**: If you select this event, the node triggers when this workflow is activated.

Check warning on line 19 in docs/integrations/builtin/core-nodes/n8n-nodes-base.n8ntrigger.md

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-write-good.Passive] 'is activated' may be passive voice. Use active voice if you can. Raw Output: {"message": "[from-write-good.Passive] 'is activated' may be passive voice. Use active voice if you can.", "location": {"path": "docs/integrations/builtin/core-nodes/n8n-nodes-base.n8ntrigger.md", "range": {"start": {"line": 19, "column": 90}}}, "severity": "WARNING"}

You can select one or more of these events.

## Templates and examples

Original file line number Diff line number Diff line change
@@ -10,6 +10,10 @@ priority: high

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

/// warning | Deprecated
n8n has deprecated the Workflow Trigger node and moved its functionality to the [n8n Trigger node](/integrations/builtin/core-nodes/n8n-nodes-base.n8ntrigger/).
///

/// note | Keep in mind
If you want to use the Workflow Trigger node for a workflow, add the node to the workflow. You don't have to create a separate workflow.
///

0 comments on commit 764593c

Please sign in to comment.