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
|
Represents a graph (or subgraph) consisting of individual components. |
Exceptions
Exception raised for graph build issues. |