loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Child Workflow

Invokes another workflow from the current workflow as a sub-flow. The child workflow executes and returns control with a success or failure result.
Logic & Flow Node

Node Card

Child Workflow
true
false
Category: Logic & Flow Nodes
Type: child-workflow
Typical position: Anywhere a reusable sub-flow needs to be composed in: for example, calling a shared MFA or consent workflow from multiple parent flows.

PropertyTypeRequiredDescription
Workflowselect with searchYesThe target child workflow to invoke. Searches across all published workflows in the tenant.

Common Next Nodes

Child Workflow (true)Success Finalsub-flow succeeded: continue the parent flow
Child Workflow (false)Failure Finalsub-flow failed: end or retry

Usage Notes

Use Child Workflow to extract reusable sequences (such as an MFA challenge, a consent check, or a risk evaluation block) into a standalone workflow and call it from multiple parent flows. This avoids duplicating logic and keeps individual workflows concise. Ensure the child workflow has a clearly defined Success and Failure Final node so the parent receives a determinate result.