mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Add Start node deprecation to v2.0 breaking changes (#4004)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Jon <jonathan.bennetts@gmail.com>
This commit is contained in:
@@ -34,6 +34,16 @@ This allows using human-in-the-loop nodes in the sub-workflow and use the result
|
||||
|
||||
**Migration path:** Review any workflows that call sub-workflows and expect to receive the input to the sub-workflow. Update these workflows to handle the new behavior, where the parent-workflow receives the output from the end of the child-workflow instead.
|
||||
|
||||
### Start node removed
|
||||
|
||||
The Start node is no longer supported. This node was the original way to begin workflows but more specific trigger nodes now replace it.
|
||||
|
||||
**Migration path:** Replace the Start node based on how you use your workflow:
|
||||
|
||||
- **Manual executions:** Replace the Start node with a [Manual Trigger](/integrations/builtin/core-nodes/n8n-nodes-base.manualworkflowtrigger.md) node.
|
||||
- **Sub-workflows:** If another workflow calls this workflow as a sub-workflow, replace the Start node with an [Execute Workflow Trigger](/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger.md) node and activate the workflow.
|
||||
- **Disabled Start nodes:** If the Start node is disabled, delete it from the workflow.
|
||||
|
||||
### Removed nodes for retired services
|
||||
|
||||
The following nodes have been removed because the external services they connect to are no longer available:
|
||||
|
||||
Reference in New Issue
Block a user