Back to top
 
 
 

Scheduling custom reports

By default, CloudPortal Business Manager schedules two types of cron jobs to enable custom report scheduling. You do not have to schedule each custom report individually in quartz. You can add Custom reports to these scheduled cron jobs.

The two types of cron jobs are as follows:
  • dailyJobTrigger: The cron expression for this is "0 15 10 * * ?"
  • monthlyJobTrigger: The cron expression for this is "0 15 10 1 * ?"

These expressions can be customized in the application context file applicationContext-customJobs.xml available in the citrix.cpbm.custom.common bundle.

The daily scheduler generates all daily reports together once every day and the monthly scheduler generates all monthly reports together once every month, by reading information from the above entries.

 

Comments