mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Support PR: Updating the v2 breaking changes (#4120)
Co-authored-by: Kartik Balasubramanian <22399046+HumanistSerif@users.noreply.github.com> Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -44,6 +44,10 @@ The Start node is no longer supported. This node was the original way to begin w
|
||||
- **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.
|
||||
|
||||
### Saving and publishing workflows
|
||||
|
||||
The new workflow publishing system replaces the previous active/inactive toggle. This means that the old "Activate/Deactivate" toggles become the new "Publish/Unpublish" buttons. This change gives you better control over when your workflow changes go live, reducing the risk of accidentally deploying work-in-progress changes to production. More information can be found here: [Saving and publishing workflows.](/workflows/publish.md)
|
||||
|
||||
### 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