Table IWA_CaseMap

Case Maps

Columns

Primary Key Name Type Length Precision Can Be Null Default References Action Hints Comment
true CaseMapId BIGINT false Identifies the case map
false ProcessModelVersionId BIGINT false IWA_ProcessModelVersion(ProcessModelVersionId) ON DELETE CASCADE Reference the process model version the case map belongs to
false ApplicationId BIGINT false IWA_Application(ApplicationId) ON DELETE CASCADE Reference the application the case map belongs to
false UUID VARCHAR 36 false Universal Unique Identifier of the case map
false Name VARCHAR 200 false Case map name
false Model CLOB false Java JSON Model of the case map

Constraints

Constraint Name Columns Hints Comment
UNIQUE IWA_CaseMap_PmvId_UUID ProcessModelVersionId , UUID

Indexes

Name Columns Hints Comment
IWA_CaseMap_ProcessModelVersionIdIndex ProcessModelVersionId
IWA_CaseMap_ApplicationIdIndex ApplicationId

Referenced By

Foreign Table Column Comment
IWA_CaseMapBusinessCase CaseMapId

Cache

Object Strategy
IWA_CaseMap ALL

Java

Object DataType
Model String