Qorus Integration Engine® Enterprise Edition 7.0.6_prod
Loading...
Searching...
No Matches
Workflow, Segment, and Step SQL Status Codes

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.
 

Detailed Description

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

See also

Variable Documentation

◆ SQLStatAsyncWaiting

const OMQ::SQLStatAsyncWaiting = "A"

SQL Status: ASYNC-WAITING.

The equivalent descriptive status is OMQ::StatAsyncWaiting

◆ SQLStatBlocked

const OMQ::SQLStatBlocked = "B"

SQL Status: BLOCKED.

The equivalent descriptive status is OMQ::StatBlocked

◆ SQLStatCanceled

const OMQ::SQLStatCanceled = "X"

SQL Status: CANCELED.

The equivalent descriptive status is OMQ::StatCanceled

◆ SQLStatComplete

const OMQ::SQLStatComplete = "C"

SQL Status: COMPLETE.

The equivalent descriptive status is OMQ::StatComplete

◆ SQLStatError

const OMQ::SQLStatError = "E"

SQL Status: ERROR.

The equivalent descriptive status is OMQ::StatError

◆ SQLStatEventWaiting

const OMQ::SQLStatEventWaiting = "V"

SQL Status: EVENT-WAITING.

The equivalent descriptive status is OMQ::StatEventWaiting

◆ SQLStatIncomplete

const OMQ::SQLStatIncomplete = "N"

SQL Status: INCOMPLETE.

The equivalent descriptive status is OMQ::StatIncomplete

◆ SQLStatInProgress

const OMQ::SQLStatInProgress = "I"

SQL Status: IN-PROGRESS.

The equivalent descriptive status is OMQ::StatInProgress

◆ SQLStatReady

const OMQ::SQLStatReady = "Y"

SQL Status: READY.

The equivalent descriptive status is OMQ::StatReady

◆ SQLStatRetry

const OMQ::SQLStatRetry = "R"

SQL Status: RETRY.

The equivalent descriptive status is OMQ::StatRetry

◆ SQLStatScheduled

const OMQ::SQLStatScheduled = "S"

SQL Status: SCHEDULED.

The equivalent descriptive status is OMQ::StatScheduled

◆ SQLStatWaiting

const OMQ::SQLStatWaiting = "W"

SQL Status: WAITING.

The equivalent descriptive status is OMQ::StatWaiting