Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The adapter gets the new and delete deleted delegation requests from OneList and process them in the source system;

  • The adapter sends the full list of current delegations in the source system to OneList for OneList to maintain its delegation records.

The sync process can be triggered by an event or schedule jobs. through scheduled jobs. It can be a single job calling the three APIs or the SyncDelegations API can be separated into a different job for performance tuning.

  • One job design - GetDelegationRequests + PostDelegationOutcome + SyncDelegations;

  • Two job design - GetDelegationRequests + PostDelegationOutcome and SyncDelegations;

The following diagram shows the required interaction between the source system and OneList for the delegation sync process. It can be a single job making the three API calls or can separate the SyncDelegations API call in a different job and schedule for performance tuning.

...