Chapter 5 Working With Advisory Events : Advisory Event Attributes Reference

Advisory Event Attributes Reference
The AdvisoryEvent event type has no properties. You can use the following attributes in rules to return information about an advisory event.
Engine—Used for engine events. Also used for BusinessEvents-ActiveMatrix BusinessWorks integration projects.
Exception—Used for exceptions not otherwise caught (see Understanding and Working With Advisory Events).
engine.primary.activated—Used in the Engine category. Indicates the engine has been activated (after any startup rule functions have finished execution). See Appendix A, Engine Startup and Shutdown Sequence.
The exception Java class name—Used in the Exception category.
INVOKE BW PROCESS—Used in the Engine category. Indicates a failure or cancellation or timeout of the ActiveMatrix BusinessWorks process.
For the Engine category, engine.primary.activated type: The message is: Engine EngineName activated.
For the Exception category, exception Java class: The stack trace of the exception, preceded by the exception message, if any.
For the Engine category, INVOKE BW PROCESS type: The error message from the failed ActiveMatrix BusinessWorks process, or the timeout message.