You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

BPM Task API Approve action is throwing an error

Summary:

Need to call bpm/api/4.0/tasks API to approve the resignation approval workflow. First step we are reassigning the workflow the integration user and then trying to approve the task using the same integration user. We are getting the below error when trying to approve the task.

"detail": "Identity service cannot get users when identities size crosses limit   Fix: verify server log to find the problem cause",    "o:errorCode": "76012",    "o:errorPath": null,    "status": "400", "title": "Identity Service cannot get users

Content (please ensure you mask any confidential information):

/bpm/api/4.0/tasks/{taskId}

{    "identities": [        {            "id": "integration.user",            "type": "user"        }    ],    "action": {        "id": "APPROVE",        "type": "SYSTEM"    }}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!