Skip to main content

NIM

Step 8: Add a job to combine mappings (tutorial)

In this step, we'll put our AD account create mapping into a job, which lets us execute it.

Add the job
  1. Go to Output > Jobs.

  2. Click Add.

  3. Enter a Job Name.

    For this example, we'll call it HR500_AD, following the convention SourceSystem_TargetSystem.

    2023-07-11_13-32-40.jpg
  4. Click Add.

    2023-07-11_13-33-59.jpg
Configure the job
  1. Click Add for the Job Configuration pane. A new job item is added.

    2023-07-11_13-35-16.jpg
  2. For this example, we'll select a type of crud. For the Name, we'll select the HR500_AD_UserCreate mapping.

    2023-07-11_13-44-54.jpg
  3. Optional: Adjust the Threshold.

    When this job is executed, if the number of pending items in the attached mapping or role operation exceeds the threshold value, the job will be pre-emptively aborted.

    For this example, we'll increase the Threshold to 1000.

    2023-07-11_14-32-13.jpg
  4. Click Save.

Evaluate the job
  1. Go to the Execution tab.

    2023-07-11_13-53-53.jpg
  2. Click Evaluate.

  3. After a few moments, the Status changes to Initialized. This job will execute 585 user create operations.

    2023-09-15_13-40-19.jpg
  4. Optional: We could execute the job immediately by clicking Run. But for this example, we'll instead schedule the job to run on a regular basis.

Next: Step 9: Scheduler