Script Parameters

The Process Trigger sets the following parameters, which can be used by a selection script or by other scripts or notification messages in the job.

Parameter Name

Description

WMIEvent

An ISWbemObject interface to an __InstanceModificationEvent returned by a WMI query.

Note: The event parameter is only available to the selection script called for the trigger. It is not available to scripts run later in the job, as most script parameters are. If you need information from the event later in your job, you must use the selection script to extract the information and save it in other parameters.

 

Using Script Parameters