<< Click to Display Table of Contents >> Add Customized Trigger |
Customized trigger refers to set triggering conditions by the user via program writing;
The steps to create a new Customized trigger are as follows:
1.Set the basic information of the trigger, including the trigger name, storage path and description of the trigger.
2.Select type "Customized Trigger".
3.Fill in the name of the user-written class file in the class name.
4.Set up the script. The user can receive some parameters through the script to control the custom trigger. The script has the highest priority when executing this trigger. Only one form of param[XX]="xx" is supported.