Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OIC – Best way to handle Import Accounting Transactions ESS Job completion

I am triggering the Import Accounting Transactions ESS Job from Oracle Integration Cloud (OIC).

Currently, my approach is:

  1. Submit the ESS job.
  2. Use Get ESS Job Status in a while loop to poll the status.
  3. Continue until the job status becomes SUCCEEDED or ERROR.
  4. After completion, trigger another App Driven Orchestration integration.

However, this job does not support a native callback/event notification, so polling is the only option I found.

Is there any other more optimized or recommended approach in OIC to handle this scenario instead of using a continuous while loop?

Comments