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!

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.

BPM Endpoint /bpm/api/4.0/tasks

RaviAnandFeb 10 2025

Hi All,

I am facing the issue while bulk task update through Postman : Url : http://myserver:7001/bpm/api/4.0/tasks
Payload given below:
{

"tasks":[

   "777777478",

   "777777479",

   "777777477"

],

"action": {

    "id": "WITHDRAW"

},

"comment": {

    "commentStr": "TestSYSWithdraw"

}

}

Issue Details: "detail": "Identity service cannot get users when identities size crosses limit Fix: verify server log to find the problem cause",

"errorCode": “76012”

But I am able to update multiple task through older endpoint “/bpm/api/3.0/tasks”.

Could you help me to fix this.

Comments