ProcessLicenseRenewalNotifications

This batch process is used to raise a workflow event 'LicenseNotificationEvent.RENEWLICENSE', that sends a notification to the user a certain number of days prior to license expiration. The number of days is configured by the system administrator using the 'curam.license.renewal.noofdaysevents' property. The batch process raises the workflow event when the difference between the license end date and the current date is less than 'curam.license.renewal.noofdaysevents'. This batch process run would be scheduled to run daily, or alternatively if an agency had a regular license renewal date, the process could be scheduled to run a certain number of days prior to that date.

Batch Process Class and Method: The class and method for this batch process is ProcessLicenseRenewalNotifications.processLicenseRenewalNotifications.