Represents a notification fired by the runtime engine from a Fire Notification action.
|
||
Description: Name of the Notification |
||
Code Sample: var session = inrule.createRuleSession(); |
|
||
Description: Boolean that identifies whether or not this Notification instance is active |
||
Code Sample: var session = inrule.createRuleSession(); |
|
||
Description: The type of Notification. Possible values: 'Informational', 'Warn', 'Error'. |
||
Code Sample: var session = inrule.createRuleSession(); |
|
||
Description: The element ID of the field associated to this Notification instance |
||
Code Sample: var session = inrule.createRuleSession(); |
|
||
Description: The message for this Notification instance |
||
Code Sample: var session = inrule.createRuleSession(); |
Comments
0 comments
Please sign in to leave a comment.