cancel
Showing results for 
Search instead for 
Did you mean: 

Perform user task using REST API

afenske
Champ in-the-making
Champ in-the-making
Hello.

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 " {} ".

Best regards,
Anton Fenske.
2 REPLIES 2

lefty
Champ in-the-making
Champ in-the-making
There was some error on the receiving server. Check your web container logs.

afenske
Champ in-the-making
Champ in-the-making
Thank you, lefty.

I saw server's logs and detected that I didn't put .jar file of my process in {TOMCAT_HOME}/webapps/activiti-rest/WEB-INF/lib directory.

Best regards,
Anton Fenske.