Run Flow
Run another flow and retrieve its result
Processing
For every input row, the step runs a flow, and provides the flow’s result as a step result.
Settings
Name | Type | Description |
---|---|---|
Flow |
string |
The flow to run. Paths starting with Evaluated for each input row |
Parameters |
dict |
The parameters to pass to the flow. Evaluated for each input row |
Errors |
boolean |
Determines behaviour of this step when a flow fails.
Evaluated for each input row |
Results
Name | Type | Description |
---|---|---|
flow_success |
boolean | true if flow finishes successfully, false otherwise |
flow_result |
any | result value of flow |
flow_error |
any | error value of flow |