workflow#

Workflow#

The top-level graph class, i.e. the root node. Subclasses from Graph to add checkpointing, file IO, and execution orchestration.

Functions

expose(factory)

Exposes the workflow definition and sets it up for execution.

Classes

Workflow([parent, name, description, ...])

Represents a workflow graph consisting of individual components.

Exceptions

CheckpointException

Exception raised for checkpointing issues.

ParsingException

Exception raised for graph definition parsing errors.