Advisory Event Attributes Reference
Note: When using an event in a rule’s form editor, type
eventname
@
to see the list of its attributes.
The AdvisoryEvent event type has no properties. You can use the following attributes in rules to return information about an advisory event. Add-on products may use additional advisory event types.
Name | Type | Description |
---|---|---|
@id
|
long
|
The event’s unique internal ID. |
@extId
|
String
|
Null. |
@ruleUri
|
String
|
The URI of the current rule when the AdvisoryEvent was asserted. |
@ruleScope
|
Object[]
|
The scope object of the current rule when the AdvisoryEvent was asserted. |
@category
|
String
|
Broad category of advisory:
Deployment —Used for hot deployment |
@type
|
String
|
Type of advisory within the category. See Attributes Used for Each Type of Advisory Event for details. |
@message
|
String
|
Message content depends on the type of advisory event. See Attributes Used for Each Type of Advisory Event for details. |