graph#

Graph#

Graph is the container for any kind of graph, and can also act as an individual component, for example when used as a subgraph. It will contain multiple nodes, connected together using channels. It can also directly expose parameters. Workflow extends Graph by providing executing and serialization features. Building a graph can be done programatically.

Classes

Graph([parent, name, description, fail_ok, ...])

Represents a graph (or subgraph) consisting of individual components.

Exceptions

GraphBuildException

Exception raised for graph build issues.