HistoryTransitionVariables
- Last UpdatedSep 12, 2016
- 1 minute read
This table stores information about the transition variables.
|
Field |
Description |
Allow Null |
Type |
|---|---|---|---|
|
TransitionVariableId |
ID that maps back to ID in the TransitionVariable table in main database. |
No |
BigInt |
|
TransitionVariable |
Value is incremented if a variable is used more than once in a Recipe execution. |
No |
Integer |
|
ProcedureTokenId |
ID that points to the parent History Transition. |
No |
Integer |
|
ProcedureToken |
Parent History Transition |
No |
Integer |
|
VariableName |
Name of variable |
Yes |
nVarchar |
|
VariableDataType |
DataType of the variable |
No |
Integer |
|
FinalValue |
Specifies the final actual value for the variable. |
Yes |
nVarchar |