Execute Workflow Trigger
Entry point for sub-workflows called by an Execute Workflow node in another agent.
Written By pvdyck
Last updated 1 day ago
Execute Workflow Trigger
β Verified β Tested, confirmed working on indie.money
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 agent processes the filtered data
- The final output is returned to the parent agent
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.