Qorus Integration Engine®  4.1.4.p4_git
Workflow, Segment, and Step SQL Status Codes

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"
 

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"

The equivalent descriptive status is OMQ::StatAsyncWaiting

◆ SQLStatBlocked

public const OMQ::SQLStatBlocked = "B"

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"

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"

The equivalent descriptive status is OMQ::StatInProgress

◆ SQLStatReady

public const OMQ::SQLStatReady = "Y"

The equivalent descriptive status is OMQ::StatReady

◆ SQLStatRetry

public const OMQ::SQLStatRetry = "R"

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