Running workflows
Chain assets together into a repeatable workflow.
A workflow chains several assets together so a multi-step task runs the same way every time.
Build a workflow
- 1Decide the steps and their order.
- 2Pick an asset for each step from the vault.
- 3Connect them so each step output feeds the next.
- 4Test the full chain on sample input.
- 5Save it so you can re-run it.
Keep it reliable
Start simple, add steps once each one works, and keep a note of which assets and versions you used so you can repeat or fix the workflow later.