Pipelines connect steps into a repeatable workflow. They can be run manually or configured to run on a schedule.
When to use a pipeline
A pipeline fits document work that follows the same sequence more than once. It makes each step visible so the team can reuse the process instead of reconstructing it from memory.
- Choose a repeatable outcome with a clear starting point.
- Break the work into individual steps that can be configured.
- Connect the steps in execution order.
- Run the pipeline manually or attach a schedule when the sequence is stable.