Execute Workflow Trigger
Entry point for sub-workflows called by an Execute Workflow node in another agent.
Written By pvdyck
Last updated 16 days ago
Execute Workflow Trigger
Limitation - Only the Execute Subflow node works.
What It Does
The entry point for sub-workflows. When another agent calls your workflow using the Execute Workflow node, this trigger receives the input data and starts the workflow.
Input Modes
How It Works
A parent workflow calls your agent using the Execute Workflow node
This trigger receives the parent's items
Items are filtered according to the selected input mode
Your workflow processes the filtered data
The final output is returned to the parent workflow
Compatibility
Tips
Use Passthrough when you want to accept any input structure
Use Workflow Inputs when you want to enforce a strict data contract between parent and child workflows
Only one Execute Workflow Trigger is allowed per workflow β if you need multiple entry points, split into separate workflows
Status
This integration is fully tested and verified on indie.money.