Pipeline

Automation & Systems
Automation pipeline
Also: data pipeline

A pipeline is a workflow viewed as a line: input comes in one end, passes through a sequence of steps that each transform or move it, and a finished result comes out the other. Nobody carries the work between stages by hand.

The value is that the handoffs, the usual place work stalls or gets dropped, are automated away. A well-built pipeline runs the same way every time and surfaces a problem at the step that caused it.

Where it comes up