Real-World Workflows · 35 min

Sub-workflows & the Execute Workflow node

DRY automation: build reusable modules called from multiple parent workflows.

Key concepts

  • Execute Workflow node
  • Passing/returning data
  • Versioning shared sub-workflows

Exercise

Extract your Slack-notify logic into a sub-workflow and call it from two parent workflows.

Official docs