IGA 2021.11.0

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.

config schedules

Add a Schedule

  1. Click Configuration > Schedules > Add a Schedule.

  2. Enter a descriptive schedule name for your job.

  3. Click Enabled.

  4. Click Cron-like Trigger to use CRON expressions to trigger the job. For example, 0/5 * * * * ?.

    1. Enter a valid CRON expression.

  5. Select the number of days, weeks, months, or years to run the job.

  6. If you want to specify a start time, click Set a Start Time.

    1. Select the number of times to repeat the job.

    2. Set the expiration date for the job.

  7. Select the action to perform on the schedule.

  8. Click File-based if you want to use a script, and then, enter the file path for the script.

  9. 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.

  10. 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.

  11. Click Save. The job appears on the Schedules page in an Active status.

Edit a Schedule

  1. Click Edit to make changes to an existing job.

  2. Click Enabled to activate the job.

  3. Click Cron-like Trigger to remove the use of CRON expressions.

    1. If you disable the cron-like trigger, select how often to run the schedule.

    2. Click Set A Start Time to set a specific date and time to run the schedule.

  4. Change the Perform Action as needed.

  5. Change the advanced options as needed:

    1. Enable or disable Persisted.

    2. Enable Concurrent Execution

  6. Change the Misfire Policy in the event the job does not run for some reason.

  7. . 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.

  8. Click Save.

Delete a Schedule

  1. On the Schedules page, look for a schedule.

  2. Click the dots, and select Delete to remove the schedule.

Copyright © 2010-2025 ForgeRock, all rights reserved.