Platform Administration
Introduction to Platform Admin...
Automation
6min
This functionality allows the registration of batch processing routines, that can be later used in other system routines.
These Routines include:
- E-mail verification
- Server time verification
- Automatic ticket distribution with workload balancing
CITSmart Batch processing uses Quartz for scheduling and processing system routines;
Therefore, before using any batch routine it is necessary to configure Quartz.
- Access the functionality through the main menu System > Batch Processing;
- Click on "New";
- Complete the fields available (description, type [Java class, RhinoScript, SQL]; status; a cron expression that defines the routine execution time and the context of the routine to be executed in the system);
Example of "Class Java" content:
4. Click on "Save".
- Return server time
- Type: RhinoScript
- Content:
- Perform e-mail reading
- Type: Java class
- Content: