Class ControlFlowData

The ControlFlowData provides a base class for control flow specific data. It is passed to ControlFlowNodeBase nodes upon execution.

If you subclass from ControlFlowData, do not expose the type to graph in a @graphOutput or @graphInput decoration, otherwise the subclass will not be connectable to the base ControlFlowData type.

Only expose the type if you want to have a strong filter. Unlike other pins, CF pins do not filter based on subclass compatbility.

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

executionState: GraphExecutionState

The execution state, used to set and retrieve values.