|
Primary Key
|
Name
|
Type
|
Length
|
Precision
|
Can Be Null
|
Default
|
References
|
Action
|
Hints
|
Comment
|
|
true
|
NotificationId
|
VARCHAR
|
36
|
|
false
|
|
|
|
|
Unique id of this notification
|
|
false
|
Kind
|
VARCHAR
|
100
|
|
false
|
|
|
|
|
Notification kind e.g. 'new-task'
|
|
false
|
Payload
|
CLOB
|
|
|
false
|
|
|
|
Java
|
JSON formatted payload
|
|
false
|
SecuritySystemId
|
BIGINT
|
|
|
false
|
|
IWA_SecuritySystem(SecuritySystemId)
|
ON DELETE CASCADE
|
|
Security System ID
|
|
false
|
ProcessModelVersionId
|
BIGINT
|
|
|
true
|
|
IWA_ProcessModelVersion(ProcessModelVersionId)
|
ON DELETE SET NULL
|
|
References the Process Model Version that is used to resolve notification templates. Can be null if no context is provided.
|
|
false
|
Template
|
VARCHAR
|
255
|
|
true
|
|
|
|
|
Path of the template in the project
|
|
false
|
CreatedAt
|
DATETIME
|
|
|
false
|
|
|
|
|
Timestamp when this notification has been created
|
|
false
|
IsUshered
|
BIT
|
|
|
false
|
|
|
|
|
Are the notification deliveries already ushered (created) or not
|