NodeType
The NodeType
enum defines the types of nodes in a workflow, representing the direction of data flow through the workflow system.
Accepted Values
Name Value Input 0 Output 1
This enumeration is used to categorize workflow nodes based on their role in data flow, distinguishing between nodes that receive input data and those that produce output data in the workflow process.