VariableValueType
The VariableValueType enum defines different data types that a variable can represent in a workflow, such as text, integer, decimal, date, money, or boolean.
Accepted Values
Name Value Text 0 Integer 1 Decimal 2 Date 3 Money 4 Boolean 5