Remixed Workflow
Run another creator's published workflow as a sealed step inside yours.
Overview#
Remixed Workflow embeds someone else's workflow as a black box. You connect inputs and read the output without seeing their internal graph.
It is added through the Remix a workflow flow , not dragged blank from the block library , and carries a parent pin plus cached contract from the source workflow.
Ports#
- Input , Input: Data you send into the remixed workflow's entry expectations.
- Output , Output: The remixed workflow's result for your downstream blocks.
Inspector#
Remixed Workflow has no editable inspector fields. Configuration comes from the remix source and contract pinned at add time.
Tips#
- Treat the remixed block as a dependency , understand what input shape it expects before you wire it.
- You cannot inspect or edit the sealed internals; design around its public 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.