Skip to main content

Create the provisioning job

Provisioning tutorial · Step 8 of 10

Combine the provisioning work into a reusable job.

Package the account-create mapping in a job so it can be evaluated, run, and scheduled safely.

Add the job

  1. Go to Output > Jobs.

  2. Click Add.

  3. Name the job HR500_AD.

    This tutorial uses SourceSystem_TargetSystem as its naming pattern.

  4. Click Add.

Configure the job

  1. In Job Configuration, click Add.

  2. Set Type to crud and select the HR500_AD_UserCreate mapping.

  3. Set the Threshold to 1000. For this crud account-create item, the threshold counts pending mapping operations. It stops the job before it runs when that count exceeds the configured limit; choose a limit appropriate for production. A groupmembership item instead counts individual membership additions and removals.

  4. Click Save.

Evaluate the job

  1. Open the Execution tab.

  2. Click Evaluate.

  3. Wait for the status to become Initialized, then verify the planned operations. This example contains 585 user-create operations.

  4. Do not run the full job yet; the next step schedules it for recurring execution.