EventMessage rule set category

In the base configuration, there is a single rule set, EventFired, in the EventMessage rule category. The rules in this rule set:

  • Perform event processing.
  • Generate messages about events that have occurred.

ContactManager calls the Event Fired rules if an entity involved in a bundle commit triggers an event for which a message destination has registered interest. As part of the event processing, ContactManager:

  • Runs the rules in the Event Fired rule set once for every event for which a message destination has registered interest.
  • Runs the Event Fired rule set once for each destination that is listening for that particular event. It is possible for ContactManager to run the Event Fired rule sets multiple times for each event, once for each destination interested in that event.