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

Variables

public const OMQ::SQLStatComplete = "C"
 SQL Status: COMPLETE. More...
 
public const OMQ::SQLStatError = "E"
 SQL Status: ERROR. More...
 
public const OMQ::SQLStatWaiting = "W"
 SQL Status: WAITING. More...
 
public const OMQ::SQLStatInProgress = "I"
 SQL Status: IN-PROGRESS. More...
 
public const OMQ::SQLStatIncomplete = "N"
 SQL Status: INCOMPLETE. More...
 
public const OMQ::SQLStatAsyncWaiting = "A"
 SQL Status: ASYNC-WAITING. More...
 
public const OMQ::SQLStatEventWaiting = "V"
 SQL Status: EVENT-WAITING. More...
 
public const OMQ::SQLStatRetry = "R"
 SQL Status: RETRY. More...
 
public const OMQ::SQLStatCanceled = "X"
 SQL Status: CANCELED. More...
 
public const OMQ::SQLStatReady = "Y"
 SQL Status: READY. More...
 
public const OMQ::SQLStatScheduled = "S"
 SQL Status: SCHEDULED. More...
 
public const 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

public const OMQ::SQLStatAsyncWaiting = "A"

SQL Status: ASYNC-WAITING.

The equivalent descriptive status is OMQ::StatAsyncWaiting

◆ SQLStatBlocked

public const OMQ::SQLStatBlocked = "B"

SQL Status: BLOCKED.

The equivalent descriptive status is OMQ::StatBlocked

◆ SQLStatCanceled

public const OMQ::SQLStatCanceled = "X"

SQL Status: CANCELED.

The equivalent descriptive status is OMQ::StatCanceled

◆ SQLStatComplete

public const OMQ::SQLStatComplete = "C"

SQL Status: COMPLETE.

The equivalent descriptive status is OMQ::StatComplete

◆ SQLStatError

public const OMQ::SQLStatError = "E"

SQL Status: ERROR.

The equivalent descriptive status is OMQ::StatError

◆ SQLStatEventWaiting

public const OMQ::SQLStatEventWaiting = "V"

SQL Status: EVENT-WAITING.

The equivalent descriptive status is OMQ::StatEventWaiting

◆ SQLStatIncomplete

public const OMQ::SQLStatIncomplete = "N"

SQL Status: INCOMPLETE.

The equivalent descriptive status is OMQ::StatIncomplete

◆ SQLStatInProgress

public const OMQ::SQLStatInProgress = "I"

SQL Status: IN-PROGRESS.

The equivalent descriptive status is OMQ::StatInProgress

◆ SQLStatReady

public const OMQ::SQLStatReady = "Y"

SQL Status: READY.

The equivalent descriptive status is OMQ::StatReady

◆ SQLStatRetry

public const OMQ::SQLStatRetry = "R"

SQL Status: RETRY.

The equivalent descriptive status is OMQ::StatRetry

◆ SQLStatScheduled

public const OMQ::SQLStatScheduled = "S"

SQL Status: SCHEDULED.

The equivalent descriptive status is OMQ::StatScheduled

◆ SQLStatWaiting

public const OMQ::SQLStatWaiting = "W"

SQL Status: WAITING.

The equivalent descriptive status is OMQ::StatWaiting