Tabulify - Flow
Table of Contents
About
flow is the script language of Tabulify and describes a series of pipeline of step that process data resources
Syntax
The syntax of a flow script is the following
A flow is a serie of pipeline
flow:
- name: supplierStep1 # first operation of a pipeline is a supplier step
.....
- name: intermediateStep2 # next operation are called intermediate and works on the resource returned from the supplier
.....
where each name is the name of a step
Execution
You can execute a flow with the flow execute command