Run Another Workflow (Remix)
Use a published workflow as one step inside yours without copying its internal blocks.
Audience
Creators building and publishing workflows.
Overview#
This block runs another creator's published workflow inside yours. You connect its inputs and use its output, but you cannot see or edit its internal blocks.
Add it through Remix this workflow, not from the empty block library. Edgaze keeps the selected source version attached to your published workflow.
Ports#
- Input: Input: Data you send into the remixed workflow's published input expectations.
- Output: Output: The remixed workflow's result for downstream blocks.
Inspector#
The block has no editable inspector fields. Its inputs and output come from the published workflow selected during remix.
Tips#
- Check the source workflow's expected inputs before connecting it.
- You cannot inspect or edit its internal blocks; design around its published inputs and output.
- Prefer remix when composing proven workflows instead of rebuilding them from scratch.
- Check billing and key requirements for both your workflow and the remixed source before publishing.
- A workflow containing a Remixed Workflow block cannot itself be remixed. The publish API rejects that composition with a clear error.
Related#
Was this useful?
Your response helps us improve the documentation.