FlowNodeType

class tracdap.metadata.FlowNodeType

Bases: enum.Enum

Specify the type of an individual flow node

See also

FlowNode

INPUT_NODE = 1

Input nodes described inputs to the flow, such as a files or datasets

MODEL_NODE = 3

Model nodes are placeholders for TRAC models that will be supplied at runtime

NODE_TYPE_NOT_SET = 0
OUTPUT_NODE = 2

Output nodes describe outputs the flow produces, such as a files or datasets

PARAMETER_NODE = 4

Parameter nodes allow explicit mapping of parameters into models (TRAC can infer parameters by name if they are not defined explicitly)