Flow Node
Inherits from abstract class
Node
Description
Abstract node that has a flow input and output port. Inherit from this class if you wish to create a custom flow node.
Input ports
Type
Description
Flow
This node's behaviour gets executed when the Flow is passed to it through this Flow input port.
Output ports
Type
Description
Flow
Passes on the execution of the graph along this output Flow port.