Skip to main content

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

NameValue
Text0
Integer1
Decimal2
Date3
Money4
Boolean5