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.