Tabulify - Pipeline Flow
Pipeline
A pipeline is a serie of step where:
- the first step called the supplier step:
- selects data resources
- and send them to the next step
- and the following steps called intermediate steps:
- accept the output (target) of the previous step as source
- and produce target (output) resources.
A serie of pipeline is called a flow.