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 |
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 Flow |