The Workflow class is used to manage an ordered list of ProcessingStep objects of a specific type of data.
Usage
Workflow(processing_steps = list())
Arguments
- processing_steps
A list of ProcessingStep objects.
The Workflow class is used to manage an ordered list of ProcessingStep objects of a specific type of data.
Workflow(processing_steps = list())
A list of ProcessingStep objects.