Model Details
Location in Model: Logical View::MetaModel::Curam::EvidenceBroker::Reference Model::Service Layer::Administration::EvidenceBrokerConfig::Entity::EvidenceBrokerDPErrorInfo
Controlling File: EvidenceBroker\model\Packages\Reference Model\Service Layer\Administration\EvidenceBrokerConfig\Entity\Entity_cat.efx
Attributes (9)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
ebdpErrorIDkeynoUnique identifier for the evidence broker deferred process error.INTERNAL_ID SVR_INT64
nextWMInstanceIDdetailsyesThis is the id of the wminstance that corresponds to the deferred process that was triggered after the previous deferred process failed. INTERNAL_ID SVR_INT64
wmInstanceIDdetailsnoThis corresponds to the wm instance data id of the failed deferred process. INTERNAL_ID SVR_INT64
caseIDdetailsyesContains the source case id from which evidence brokering was triggered.CASE_ID SVR_INT64
errorInfodetailsyesContains the error details that caused the failure of this evidence broker deferred process.EBDP_ERROR_INFORMATION SVR_STRING<2000>
ebDPNamedetailsyesName of the deferred process that has failed.EBDP_NAME SVR_STRING<254>
ebTaskTypedetailsyesType of task to be generated.EB_TASK_TYPEEvidenceBrokerTaskTypeSVR_STRING<10>
createdOndetailsnoDate and time information when the record was created.CURAM_DATETIME SVR_DATETIME
evidenceIDdetailsyesContains the ids of the evidences that were intended to be brokered through the current brokering process.EVIDENCE_ID_LIST SVR_STRING<2500>
Indices (1)
Index NameAttributes
NextWMInstanceIdxnextWMInstanceID
Operations (2)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: ebdpErrorID
Inserts a record into the table. 
searchByNextWMInstanceIDreadmulti Searches for all the evidence broker error information records matching the given next wminstance id. 
Related Pages (0)