|
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
|