Defining actions
Actions are similar to procedures.
A monitor can define any number of actions. Finding an event, or pattern of events, of interest can trigger an action.
You can also trigger an action by invoking it from inside another action. You can also declare an action as part of an event type definition, and then call that action on an instance of that event.
The topics below provide information about defining actions.