Qorus Integration Engine®  4.0.3.p2_git
Java Workflow, Segment, and Step SQL Status Codes

Variables

static final String com.qoretechnologies.qorus.OMQ.SQLStatComplete = "C"
 SQL Status: COMPLETE. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQLStatError = "E"
 SQL Status: ERROR. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQLStatWaiting = "W"
 SQL Status: WAITING. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQLStatInProgress = "I"
 SQL Status: IN-PROGRESS. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQLStatIncomplete = "N"
 SQL Status: INCOMPLETE. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQLStatAsyncWaiting = "A"
 SQL Status: ASYNC-WAITING. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQLStatEventWaiting = "V"
 SQL Status: EVENT-WAITING. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQLStatRetry = "R"
 SQL Status: RETRY. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQLStatCanceled = "X"
 SQL Status: CANCELED. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQLStatReady = "Y"
 SQL Status: READY. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQLStatScheduled = "S"
 SQL Status: SCHEDULED. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQLStatBlocked = "B"
 SQL Status: BLOCKED. More...
 

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

final String com.qoretechnologies.qorus.OMQ.SQLStatAsyncWaiting = "A"
static

SQL Status: ASYNC-WAITING.

The equivalent descriptive status is OMQ.StatAsyncWaiting

◆ SQLStatBlocked

final String com.qoretechnologies.qorus.OMQ.SQLStatBlocked = "B"
static

SQL Status: BLOCKED.

The equivalent descriptive status is OMQ.StatBlocked

◆ SQLStatCanceled

final String com.qoretechnologies.qorus.OMQ.SQLStatCanceled = "X"
static

SQL Status: CANCELED.

The equivalent descriptive status is OMQ.StatCanceled

◆ SQLStatComplete

final String com.qoretechnologies.qorus.OMQ.SQLStatComplete = "C"
static

SQL Status: COMPLETE.

The equivalent descriptive status is OMQ.StatComplete

◆ SQLStatError

final String com.qoretechnologies.qorus.OMQ.SQLStatError = "E"
static

SQL Status: ERROR.

The equivalent descriptive status is OMQ.StatError

◆ SQLStatEventWaiting

final String com.qoretechnologies.qorus.OMQ.SQLStatEventWaiting = "V"
static

SQL Status: EVENT-WAITING.

The equivalent descriptive status is OMQ.StatEventWaiting

◆ SQLStatIncomplete

final String com.qoretechnologies.qorus.OMQ.SQLStatIncomplete = "N"
static

SQL Status: INCOMPLETE.

The equivalent descriptive status is OMQ.StatIncomplete

◆ SQLStatInProgress

final String com.qoretechnologies.qorus.OMQ.SQLStatInProgress = "I"
static

SQL Status: IN-PROGRESS.

The equivalent descriptive status is OMQ.StatInProgress

◆ SQLStatReady

final String com.qoretechnologies.qorus.OMQ.SQLStatReady = "Y"
static

SQL Status: READY.

The equivalent descriptive status is OMQ.StatReady

◆ SQLStatRetry

final String com.qoretechnologies.qorus.OMQ.SQLStatRetry = "R"
static

SQL Status: RETRY.

The equivalent descriptive status is OMQ.StatRetry

◆ SQLStatScheduled

final String com.qoretechnologies.qorus.OMQ.SQLStatScheduled = "S"
static

SQL Status: SCHEDULED.

The equivalent descriptive status is OMQ.StatScheduled

◆ SQLStatWaiting

final String com.qoretechnologies.qorus.OMQ.SQLStatWaiting = "W"
static

SQL Status: WAITING.

The equivalent descriptive status is OMQ.StatWaiting