workflow#
Workflow#
The top-level graph class, i.e. the root node. Subclasses from Graph to add checkpointing, file IO, and execution orchestration.
Functions
|
Exposes the workflow definition and sets it up for execution. |
Classes
|
Represents a workflow graph consisting of individual components. |
Exceptions
Exception raised for checkpointing issues. |
|
Exception raised for graph definition parsing errors. |