Tutorial

Example scripts

A collection in example scripts that are ready to run can be found in the examples folder.

Script Name

Description

hello-world-class.py

Tasks implemented as classes using the run() decorator

hello-world-func.py

Tasks implemented as functions using the task() decorator

multi-path.py

Complex pipeline with multiple branches

Define work tasks

Combine tasks in pipeline

Run the pipeline

Modify parameters and rerun

Modify pipeline and rerun

Access the results