Table Description
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Attributes (10)
AttributeKeyNullableDescriptionDDL Type
failedMessageIDYesNoThe unique ID of a failed message.SVR_INT64
processInstanceID  The unique identifier of the process instance, within the workflow engine, that is responsible for the workflow of a particular process instance.SVR_INT64
messageType  The message type of the dequeued message.SVR_STRING<150>
failureTime  The time at which the processed JMS message failed.SVR_DATETIME
retryCount NoThe number of times this failed message has been manually retried by removing it from the failed message table and en-queuing it.SVR_INT32
activityInstanceID  The unique identifier of a workflow activity instance.SVR_INT64
iterationID  The ID of the loop iteration to which the activity instance belongs.SVR_INT64
messageStatus  The message status of the failed message.SVR_STRING<150>
resolvedTime  The time at which the failed message is resolved.SVR_DATETIME
lastWritten   SVR_DATETIME
Foreign Keys (3)
ChildParent
FailedMessage.activityInstanceIDActivityInstance.activityInstanceID
FailedMessage.processInstanceIDProcessInstance.processInstanceID
FailedMessage.iterationIDIteration.iterationID
Indices (6)
Index NameAttributes
FailedMsgTypeIdxmessageType
ProcInstIDIdxactivityInstanceID, processInstanceID
resolvedTimeIdxresolvedTime
messageStatusIdxmessageStatus
ProcInstanceIDIdxprocessInstanceID
IND_2068080867iterationID
Related Pages (13)