How to use Sub-Workflows v2
A Sub-Workflow Step calls a published Workflow through its Parameter and Return contract.
- Define and test the child Workflow's Parameters and Returns.
- Save and publish the child in the required Environment.
- Enable the child in that Environment.
- Add a Sub-Workflow Step to the parent.
- Select the child and refresh its Properties.
- Map parent values into the child Parameters.
- Consume the child Returns from later Steps.
- Debug the parent and inspect the nested logs.
- Release parent and child revisions together.
The child resolves in the same Site and Environment as the parent but keeps its own Cluster selection. Cross-runtime calls require extra care around legacy types and activation behavior.
See also
See Sub-Workflows, Call a Sub-Workflow, and Refresh Sub-Workflow Properties.