![]() |
Qorus Integration Engine® Enterprise Edition 7.0.7_prod
|
Variables | |
| const | OMQ::SQLStatComplete = "C" |
| SQL Status: COMPLETE. | |
| const | OMQ::SQLStatError = "E" |
| SQL Status: ERROR. | |
| const | OMQ::SQLStatWaiting = "W" |
| SQL Status: WAITING. | |
| const | OMQ::SQLStatInProgress = "I" |
| SQL Status: IN-PROGRESS. | |
| const | OMQ::SQLStatIncomplete = "N" |
| SQL Status: INCOMPLETE. | |
| const | OMQ::SQLStatAsyncWaiting = "A" |
| SQL Status: ASYNC-WAITING. | |
| const | OMQ::SQLStatEventWaiting = "V" |
| SQL Status: EVENT-WAITING. | |
| const | OMQ::SQLStatRetry = "R" |
| SQL Status: RETRY. | |
| const | OMQ::SQLStatCanceled = "X" |
| SQL Status: CANCELED. | |
| const | OMQ::SQLStatReady = "Y" |
| SQL Status: READY. | |
| const | OMQ::SQLStatScheduled = "S" |
| SQL Status: SCHEDULED. | |
| const | OMQ::SQLStatBlocked = "B" |
| SQL Status: BLOCKED. | |
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
| const OMQ::SQLStatAsyncWaiting = "A" |
SQL Status: ASYNC-WAITING.
The equivalent descriptive status is OMQ::StatAsyncWaiting
| const OMQ::SQLStatBlocked = "B" |
SQL Status: BLOCKED.
The equivalent descriptive status is OMQ::StatBlocked
| const OMQ::SQLStatCanceled = "X" |
SQL Status: CANCELED.
The equivalent descriptive status is OMQ::StatCanceled
| const OMQ::SQLStatComplete = "C" |
SQL Status: COMPLETE.
The equivalent descriptive status is OMQ::StatComplete
| const OMQ::SQLStatError = "E" |
SQL Status: ERROR.
The equivalent descriptive status is OMQ::StatError
| const OMQ::SQLStatEventWaiting = "V" |
SQL Status: EVENT-WAITING.
The equivalent descriptive status is OMQ::StatEventWaiting
| const OMQ::SQLStatIncomplete = "N" |
SQL Status: INCOMPLETE.
The equivalent descriptive status is OMQ::StatIncomplete
| const OMQ::SQLStatInProgress = "I" |
SQL Status: IN-PROGRESS.
The equivalent descriptive status is OMQ::StatInProgress
| const OMQ::SQLStatReady = "Y" |
SQL Status: READY.
The equivalent descriptive status is OMQ::StatReady
| const OMQ::SQLStatRetry = "R" |
SQL Status: RETRY.
The equivalent descriptive status is OMQ::StatRetry
| const OMQ::SQLStatScheduled = "S" |
SQL Status: SCHEDULED.
The equivalent descriptive status is OMQ::StatScheduled
| const OMQ::SQLStatWaiting = "W" |
SQL Status: WAITING.
The equivalent descriptive status is OMQ::StatWaiting