Working with Events in Rules

At runtime, event instances that are created using rules are not automatically asserted.

You must explicitly assert such events, for example using the Event.assertEvent() function.

Events that are created from incoming messages, on the other hand, are automatically asserted.

STIBCO BusinessEvents includes two functions that allow you to send simple events out to another application: Event.sendEvent() and Event.routeTo().

You can use two methods to schedule simple events: