cancel
Showing results for 
Search instead for 
Did you mean: 

The task is already claimed by another user

former_member737520
Discoverer
0 Kudos
390

Hello All,

I am trying to approve a task using CF workflow API . While testing the approval from the API hub ( after creating an appropriate environment corresponding to my trial account), the service sends me the response "The task is already claimed by another user".I am able to create and get a list of workflow instances/user tasks etc. using the same environment.

There is only one user who has ever been assigned to this task and that is me . Approval works fine via My Inbox .

Can someone please suggest what could be wrong? The following are part of the payload JSON

"decision": "approve",

"status": "COMPLETED",

Thanks,

Himanshu

View Entire Topic
sladerose
Explorer
0 Kudos

Hi Himanshu, I am facing the same challenge. Were you ever able to get around this?

{

"error": { "code": "bpm.workflowruntime.rest.task.already.claimed", "message": "The task is already claimed by another user", "logId": "abc-123" }}