Add Customized Trigger

<< Click to Display Table of Contents >>

Current:  Schedule Tasks > Trigger 

Add Customized Trigger

Previous pageReturn to chapter overviewNext page

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".

触发器1

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.