Skip to content

Sub-workflows#

You can call one workflow from another workflow. This allows you to build modular, microservice-like workflows. It can also help if your workflow grows large enough to encounter memory issues. Creating sub-workflows uses the Execute Workflow and Execute Sub-workflow Trigger nodes.

Set up and use a sub-workflow#

This section walks through setting up both the parent workflow and sub-workflow.

How data passes between workflows#