Skip to Main Content

Visual Builder

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

REST-APIs concurrency management

Hello everyone,
In Oracle Visual Builder, how is request concurrency managed in an application extension when two users, accessing the same extension, attempt to submit a create request for the same entity simultaneously? In my case, if two users try to create a task with the same task number, the request fails, but to dynamically update the task number, I need to refresh the creation form because the numbering is calculated through an algorithm and everything is done locally. Currently, I have no way to check for this type of concurrency, nor do I have a way to manage concurrency when creating resources associated with a task. How can I solve this?

Comments
Post Details
Added on Dec 20 2024
1 comment
182 views