Process¶
- class caliber.Process(name: str | None = None, tasks: List | None = None)[source]¶
A process which can be the basis for a workflow.
- Parameters:
name (str) – The name of the process.
tasks (list) – The tasks of the project. Each task can be either of type Task or BranchProcess.