Flow Invoker
The Flow Invoker task allows executing another flow from within the current flow.
Configuration

| Configuration | Description |
|---|---|
| Flow | The flow to invoke |
| Run Mode | Run Mode - Fire And Forget - Async |
| Input | Input parameters to pass to the invoked flow |
| Map To Request Body | Toggle. When enabled, the mapped input is wrapped as { body: <input> } before invoking the child flow. |
Task Output
Returns the output from the invoked flow that can be used in subsequent tasks.
| Output Variables | DataType | Description |
|---|---|---|
| Output | Json | Returned output from the child flow execution |