|  | Qorus Integration Engine®
    4.1.4.p4_git
    | 
| Variables | |
| public const | OMQ::SQLStatComplete = "C" | 
| SQL Status: COMPLETE.  More... | |
| public const | OMQ::SQLStatError = "E" | 
| public const | OMQ::SQLStatWaiting = "W" | 
| SQL Status: WAITING.  More... | |
| public const | OMQ::SQLStatInProgress = "I" | 
| public const | OMQ::SQLStatIncomplete = "N" | 
| SQL Status: INCOMPLETE.  More... | |
| public const | OMQ::SQLStatAsyncWaiting = "A" | 
| public const | OMQ::SQLStatEventWaiting = "V" | 
| SQL Status: EVENT-WAITING.  More... | |
| public const | OMQ::SQLStatRetry = "R" | 
| public const | OMQ::SQLStatCanceled = "X" | 
| SQL Status: CANCELED.  More... | |
| public const | OMQ::SQLStatReady = "Y" | 
| public const | OMQ::SQLStatScheduled = "S" | 
| SQL Status: SCHEDULED.  More... | |
| public const | OMQ::SQLStatBlocked = "B" | 
These are the possible values for a workflow order data instance; most of these can also be used for the status of a segment instance and a step instance
| public const OMQ::SQLStatAsyncWaiting = "A" | 
The equivalent descriptive status is OMQ::StatAsyncWaiting
| public const OMQ::SQLStatBlocked = "B" | 
The equivalent descriptive status is OMQ::StatBlocked
| public const OMQ::SQLStatCanceled = "X" | 
SQL Status: CANCELED.
The equivalent descriptive status is OMQ::StatCanceled
| public const OMQ::SQLStatComplete = "C" | 
SQL Status: COMPLETE.
The equivalent descriptive status is OMQ::StatComplete
| public const OMQ::SQLStatError = "E" | 
The equivalent descriptive status is OMQ::StatError
| public const OMQ::SQLStatEventWaiting = "V" | 
SQL Status: EVENT-WAITING.
The equivalent descriptive status is OMQ::StatEventWaiting
| public const OMQ::SQLStatIncomplete = "N" | 
SQL Status: INCOMPLETE.
The equivalent descriptive status is OMQ::StatIncomplete
| public const OMQ::SQLStatInProgress = "I" | 
The equivalent descriptive status is OMQ::StatInProgress
| public const OMQ::SQLStatReady = "Y" | 
The equivalent descriptive status is OMQ::StatReady
| public const OMQ::SQLStatRetry = "R" | 
The equivalent descriptive status is OMQ::StatRetry
| public const OMQ::SQLStatScheduled = "S" | 
SQL Status: SCHEDULED.
The equivalent descriptive status is OMQ::StatScheduled
| public const OMQ::SQLStatWaiting = "W" | 
SQL Status: WAITING.
The equivalent descriptive status is OMQ::StatWaiting