Execute Flow Node

Calls another completely separate saved Agentflow pipeline structurally orchestrating "sub-routines".
Functionality
This node provides architectural modularity at an enterprise scale. Instead of bloating a single canvas with 50 nodes describing the entire business model, you can segment logic (e.g. Invoice_Parser_Flow, Refund_Eligibility_Flow). The Execute Flow Node allows a master canvas to fire off a sub-canvas sequence seamlessly as if it was merely just an execution block.
Configuration Parameters
- Flow Selection: Explicitly map target Flowise architectures by their unique deployed UUID database keys.
- Input Parameters: Natively tunnel
{{ target }}variables passing parameters over explicitly into the sub-flow's$flow.stateentry scope. - Output Mapping: Map explicitly returned variables from the sub-flow graph back structurally into the local Parent Flow's state memory execution contexts.
Inputs & Outputs
- Inputs: Natively tunnels mapped variables structurally into child pipelines.
- Outputs: Restructures nested endpoint execution graph payloads perfectly out across defined state borders.