Turn Separate Workflows Into One Process
Each step in a chain is a real workflow you have already built.
Pick existing workflows and put them in order — a chain runs each one in sequence, or in parallel when steps do not depend on each other. Output from one workflow is automatically mapped into the next one’s input, so you are not copying data by hand between them.
Branch and Recover Automatically
Different outcomes, different paths.
Send the chain down a different path depending on what an earlier workflow returned, and set a fallback strategy for what happens if a step fails — retry, skip, or stop the chain.
Human Approval, Built In
Stop a chain at exactly the step that needs a person, and see the complete execution history once it resumes.
Add a pause for approval anywhere between workflow steps in the chain. Nothing moves to the next workflow until a real person approves it, rejects it, or steps in directly. Every run keeps a full history, so you can see exactly what happened at each step, before and after the approval.
How a chain runs
Whole workflows, run in sequence: