Updates to Source Wi#orkflow that was used to create a Sub Workflow

A quick quesiton, If I have create a workflow, then crested a sub workflow from it, does the sub workflow ocntent update aut9matically if I update the source workflow it came from?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

No, sub-workflows don’t automatically update when you change the source workflow they were created from. Once you create a sub-workflow from an existing workflow, they become separate, independent workflows.

If you need to update a sub-workflow with changes from the original, you’ll need to manually copy the updated nodes from the source workflow and paste them into the sub-workflow, or recreate the sub-workflow entirely.

For future workflows, consider building reusable sub-workflows from the start rather than extracting them from existing workflows - this way you can design them to be more modular and maintainable.