Execute Nested Flow Node
| Description | Runs another flow inside the current flow context, allowing complex processes to be split into reusable sub-flows. |
| Available in | Authentication, Admin, Self Service, API, Library, Consent, Custom, User Defined |
| Node Name | Flow - Execute Nested Flow |
Node Configurations
Flow Name
In the **Flow Name** field, select a **Library flow** from the dropdown list. After selecting a flow, two additional actions become available: - **View in Detail**: Opens the selected flow in a pop-up in read-only mode. - **Edit**: Opens the flow in a new browser tab, allowing you to modify it directly.Variable Output Table
The **Variable Output Table** defines the possible outputs of the node and allows you to create **custom outputs** that can be used during flow execution. Each custom output represents a possible **exit path** from the node and can be triggered from a **Library flow** by using the [**Nested Custom End node**]({filename}/pages/io/io-nodes/io-node-types/flow-nodes/nested-custom-end.md) and defining a custom **output name**. The **same identifier** must then be defined in the Variable Output Table so it can be mapped as the exit point of the library flow. This mechanism allows the node behavior to be dynamically controlled by scripts, UI interactions, or nested flows.Default Output Node
- Nested Success
- Nested Failure
- Failure