I have a problem with performing user task using REST. I try to use PUT /task/{taskId}/[claim|complete] request. 'Claim' is good, but when I try to use 'complete' I have a 'HTTP error code : 500'. What problem?
P.S. I haven't got any process variables and I add a body to my request which is contained " {} ".