Workzo

Pipelines

What are pipelines used for?

Updated 2026-08-12

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.

  1. Choose a repeatable outcome with a clear starting point.
  2. Break the work into individual steps that can be configured.
  3. Connect the steps in execution order.
  4. Run the pipeline manually or attach a schedule when the sequence is stable.