Scheduled Jobs in OLE run automated notice generation and obsolete data purging operations. The schedule is maintained as a cron expressionCron Expression. The Cron expression Expression comprises of 7 characters each representing seconds, minutes, hours, day of month, month, day of week and year, in that order. It takes in various different special characters such as * (all values), ? (no specific value), - (used to specify ranges), , (used to specify additional values), / (used to specify increments), L (last), W (weekday), # (used to specify the nth day of the month). For more information, please refer to this page on Quartz Scheduler.
The below notices are automatically generated
...
Warning | ||
---|---|---|
| ||
Bootstrap data shipped with the product may have schedules already configured with time intervals in the Cron Expression. The Institution must make sure the right time interval for notice generation is specified and the job is enabled or disabled as necessary. |
For more information on Scheduled Jobs, please refer to the Technical Documentation here.
...