Skip to main content

NodeType

The NodeType enum defines the types of nodes in a workflow, representing the direction of data flow through the workflow system.

Accepted Values

NameValue
Input0
Output1

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.