Property name
|
Property value
|
Data type
|
messageName
|
PUBLISH_ALERT
|
java.lang.String
|
Property name
|
Property value
|
Data type
|
Comment
|
ALERT_NAME
|
Alert name
|
java.lang.String
|
The name of the alert.
|
APPLICATION_NAME
|
Name of the application sending alert
|
java.lang.String
|
You can use this property to group alerts with common origin/sender.
|
ALERT_MESSAGE
|
Alert message
|
java.lang.String
|
The alert message.
|
ALERT_SEVERITY
|
Severity value of the alert
|
java.lang.String
|
The severity of the alert. Valid values are CRITICAL, HIGH, MEDIUM, and LOW.
|
ALERT_RECIPIENT
|
List of recipients of the alert
|
java.util.List<String>
|
The list of valid Business Process Server users. These users can see the alert in their My Alerts page.
|