Execute Workflow Node
Call a published indie.money sub-agent from within your workflow. Dual billing applies.
Written By pvdyck
Last updated 18 days 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 workflow. The sub-workflow must be published and deployed on the platform.
How It Works
- Your workflow reaches the Execute Workflow node
- The node sends the current items to the sub-workflow
- The sub-workflow processes them and returns results
- Your workflow continues with the sub-workflow's output
Execution Modes
Billing
When you call a sub-workflow, dual billing applies:
- The caller pays for its own execution costs
- The sub-workflow charges its own execution fee (set by its builder)
Both costs are deducted from the caller's budget.
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.