MismatchedNodeOutputTypeFlowValidationDetails¶
Structure Class¶
MismatchedNodeOutputTypeFlowValidationDetails
dataclass
¶
Details about mismatched output data types in a node.
Attributes¶
expected_type
instance-attribute
¶
expected_type: FlowNodeIODataType
The expected data type for the node output.
node
instance-attribute
¶
node: str
The name of the node containing the output with the mismatched data type.