Table Description
Deferred Process Generic Instance Data: The additional data required to execute a Deferred Process Instance.

This generic entity can be used to persist any input data while triggering a deferred process. A deferred process implementation can later retrieve the data from this entity. >

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Curam Applications::Workflow Manager::Workflow Application Core::WMInstanceGenericData
Controlling File: core\model\Packages\Workflow Application Core_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
wmInstanceGenericDataIDkeynoThe unique identifier of an instance of WMInstanceGenericData.WM_INST_GEN_DATA_ID SVR_INT64
wmInstanceDataIDdetails The identifier from Wm Instance Data EntityWM_INST_DATA_ID SVR_INT64
recordIDdetails A record identifier that is stored in the generic deferred process instance. It is up to the implementation to interpret the meaning of this record identifier. For example, the value could represent a case identifier or task identifier etc..RECORD_ID SVR_INT64
relatedUserInputdetails The user input data is stored in this attribute in the form of XML.GEN_USER_INPUT SVR_STRING<65535>
Indices (1)
Index NameAttributes
WMInstDataIDIndexwmInstanceDataID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
modifymodify Standard Operation 
readread Standard Operation 
searchByInstanceDataIDreadmulti   
Related Pages (0)