You use the emxNotificationUtil JPO in conjunction with a custom JPO and the Notification object as an alternative to emxTriggerManager as the program object for an action trigger. You would use emxTransactionNotificationUtil JPO in conjunction with a transaction trigger. The emxNotificationUtil JPO contains these methods:
To call a method from a trigger, the args array contains two entries:
See Configuring Notifications and Messages for instructions on configuring notification objects. emxTransactionNotificationUtil requires the setting, "History Bit," to be configured on the commands that are defined for those events to which users can subscribe. See "Working with Commands and Menus" in the Business Modeler Guide. To call a method from a JPO, pass the id and notification name as separate arguments. You can also include an optional payload map argument to pass information to the JPO methods required to create and send the notification. To call a method from a bean, pass a single map entry as the args array. The map contains:
| ||||||||||||||||||||||||||||||||||||||||||