node#
Node#
Nodes are the individual atomic components of workflow graphs and encapsulate arbitrary computational behaviour. They communicate with other nodes and the environment only through ports, and expose parameters to the user. Custom behaviour is implemented by subclassing and defining the Node.run method.
Classes
|
Node variant that loops its run method by default |
|
Base class for all atomic (non-subgraph) nodes of a graph. |
Exceptions
Exception raised for faulty build methods. |