Skip to main content

Flow Invoker

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

Configuration

Flow Invoker Task Options
Flow Invoker Task Configuration
ConfigurationDescription
FlowThe flow to invoke
Run ModeRun Mode

- Fire And Forget
- Async
InputInput parameters to pass to the invoked flow
Map To Request BodyToggle. 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 VariablesDataTypeDescription
OutputJsonReturned output from the child flow execution