Execute Workflow Node
Call a published indie.money sub-agent from within your agent. The sub-agent runs on its own owner's budget (owner-pays).
Written By Philippe
Last updated About 4 hours ago
Execute Workflow Node
β οΈ Limitations β Works with known restrictions, see details below
What It Does
Calls another published indie.money agent (sub-workflow) from within your agent. The sub-workflow must be published and deployed on the platform.
How It Works
- Your agent reaches the Execute Workflow node
- The node sends the current items to the sub-workflow
- The sub-workflow processes them and returns results
- Your agent continues with the sub-workflow's output
Execution Modes
Billing
When you call a sub-agent, owner-pays applies:
- The caller pays only for its own execution costs
- The sub-agent runs as its own webhook execution, billed to the sub-agent owner's budget β not yours
Your budget is never charged for the callee; the callee's owner funds its runs.
Compatibility
Timeout
Sub-workflow calls have a 5-minute timeout. If the sub-workflow takes longer, the call will fail. Design sub-workflows to complete within this limit.
Tips
- The sub-workflow must have an Execute Workflow Trigger as its entry point
- Make sure the sub-workflow is published and deployed before calling it
- Use Once for Each Item mode with Continue on Fail for batch processing that shouldn't stop on individual errors
Status
This integration works on indie.money with known limitations. See the details above for specifics.