Qorus Integration Engine® Enterprise Edition 6.0.27_prod
|
Variables | |
public const | OMQ::StatComplete = "COMPLETE" |
This status indicates that the object it is attached to has successfully completed its processing. More... | |
public const | OMQ::StatError = "ERROR" |
Indicates that the workflow order data instance has at least one step with an OMQ::StatError status. More... | |
public const | OMQ::StatWaiting = "WAITING" |
Indicates that subworkflow steps are in progress and the system is waiting on the subworkflows to become OMQ::StatComplete. More... | |
public const | OMQ::StatInProgress = "IN-PROGRESS" |
Indicates that the workflow order data instance is currently being processed. More... | |
public const | OMQ::StatIncomplete = "INCOMPLETE" |
Indicates that processing for the workflow order data instance is not yet complete yet has no errors. More... | |
public const | OMQ::StatAsyncWaiting = "ASYNC-WAITING" |
Indicates that asynchronous steps are in process and the system is waiting on data to become available in the queue assigned to the step. More... | |
public const | OMQ::StatEventWaiting = "EVENT-WAITING" |
Indicates that one or more workflow event synchronization steps are in progress and the workflow is waiting for the event(s) to be posted. More... | |
public const | OMQ::StatRetry = "RETRY" |
Indicates that workflow processing on the order data instance has generated an error and is now waiting for an automatic retry. More... | |
public const | OMQ::StatCanceled = "CANCELED" |
Indicates that workflow order data instance processing has been canceled. More... | |
public const | OMQ::StatReady = "READY" |
Indicates that a workflow order data instance has been created and is waiting for processing to start. More... | |
public const | OMQ::StatScheduled = "SCHEDULED" |
Indicates that a workflow order data instance has been created and has not yet been processed because at the time the order was created, the scheduled date (the earliest possible processing date) was in the future. More... | |
public const | OMQ::StatBlocked = "BLOCKED" |
Indicates that workflow order data instance processing has been temporarily blocked. More... | |
These are the possible values for the descriptive status of a workflow order data instance; most of these can also be used for the status of a segment instance and a step instance.
public const OMQ::StatAsyncWaiting = "ASYNC-WAITING" |
Indicates that asynchronous steps are in process and the system is waiting on data to become available in the queue assigned to the step.
public const OMQ::StatBlocked = "BLOCKED" |
Indicates that workflow order data instance processing has been temporarily blocked.
This status is similar to OMQ::StatCanceled but is considered only temporary.
public const OMQ::StatCanceled = "CANCELED" |
Indicates that workflow order data instance processing has been canceled.
This status is similar to OMQ::StatBlocked but is considered a final status.
public const OMQ::StatComplete = "COMPLETE" |
This status indicates that the object it is attached to has successfully completed its processing.
This is a final status; once a workflow, segment, or step is COMPLETE
, it will not be processed anymore.
public const OMQ::StatError = "ERROR" |
Indicates that the workflow order data instance has at least one step with an OMQ::StatError status.
This status takes the highest priority; if any one step in a workflow has an OMQ::StatError status, then the entire workflow will also have an OMQ::StatError status. Workflow order data instances must be manually updated to OMQ::StatRetry when an OMQ::StatError status is reached.
public const OMQ::StatEventWaiting = "EVENT-WAITING" |
Indicates that one or more workflow event synchronization steps are in progress and the workflow is waiting for the event(s) to be posted.
public const OMQ::StatIncomplete = "INCOMPLETE" |
Indicates that processing for the workflow order data instance is not yet complete yet has no errors.
This status will be assigned after asynchronous segments have completed and dependent segments have not yet been started.
public const OMQ::StatInProgress = "IN-PROGRESS" |
Indicates that the workflow order data instance is currently being processed.
public const OMQ::StatReady = "READY" |
Indicates that a workflow order data instance has been created and is waiting for processing to start.
public const OMQ::StatRetry = "RETRY" |
Indicates that workflow processing on the order data instance has generated an error and is now waiting for an automatic retry.
public const OMQ::StatScheduled = "SCHEDULED" |
Indicates that a workflow order data instance has been created and has not yet been processed because at the time the order was created, the scheduled
date (the earliest possible processing date) was in the future.
public const OMQ::StatWaiting = "WAITING" |
Indicates that subworkflow steps are in progress and the system is waiting on the subworkflows to become OMQ::StatComplete.