Pipeline deep dive
Use this page when a workflow has crossed the line from one-off execution into something that needs to be repeatable, debuggable, and budget-aware.
Focus areas
- step design and single-purpose structure
- variables,
runIf, and budget thinking - dry-run versus real execution
- history reading and fallback interpretation
- coordination with Chat, Timer, and Agents