Schedules
Identity Governance provides the ability to schedule any IGA jobs using CRON.
Administrators can create, edit, and remove these job schedules on the System Settings page.

Add a Schedule
-
Click Configuration > Schedules > Add a Schedule.
-
Enter a descriptive schedule name for your job.
-
Click Enabled.
-
Click Cron-like Trigger to use CRON expressions to trigger the job. For example,
0/5 * * * * ?
.-
Enter a valid CRON expression.
-
-
Select the number of days, weeks, months, or years to run the job.
-
If you want to specify a start time, click Set a Start Time.
-
Select the number of times to repeat the job.
-
Set the expiration date for the job.
-
-
Select the action to perform on the schedule.
-
Click File-based if you want to use a script, and then, enter the file path for the script.
-
Change the Misfire Policy in the event the job does not run for some reason. By default, the Misfire Policy is set to
fireAndProceed
, which fires and job and proceeds regardless of any errors encountered. -
Change the Invoke Log Level to a level required for your system. By default, the log level is set to
info
. The available options are:-
trace.
-
debug.
-
info.
-
warn.
-
error.
-
fatal.
-
-
Click Save. The job appears on the Schedules page in an
Active
status.
Edit a Schedule
-
Click Edit to make changes to an existing job.
-
Click Enabled to activate the job.
-
Click Cron-like Trigger to remove the use of CRON expressions.
-
If you disable the cron-like trigger, select how often to run the schedule.
-
Click Set A Start Time to set a specific date and time to run the schedule.
-
-
Change the Perform Action as needed.
-
Change the advanced options as needed:
-
Enable or disable Persisted.
-
Enable Concurrent Execution
-
-
Change the Misfire Policy in the event the job does not run for some reason.
-
. Change the Invoke Log Level to a level required for your system. By default, the log level is set to
info
. The available ptions are:-
trace.
-
debug.
-
info.
-
warn.
-
error.
-
fatal.
-
-
Click Save.
Delete a Schedule
-
On the Schedules page, look for a schedule.
-
Click the dots, and select Delete to remove the schedule.