How to use Sub-Workflows v2

A Sub-Workflow Step calls a published Workflow through its Parameter and Return contract.

  1. Define and test the child Workflow's Parameters and Returns.
  2. Save and publish the child in the required Environment.
  3. Enable the child in that Environment.
  4. Add a Sub-Workflow Step to the parent.
  5. Select the child and refresh its Properties.
  6. Map parent values into the child Parameters.
  7. Consume the child Returns from later Steps.
  8. Debug the parent and inspect the nested logs.
  9. 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.