Perform user task using REST API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2012 09:54 AM
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.
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.
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2012 10:10 AM
There was some error on the receiving server. Check your web container logs.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2012 07:09 AM
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.
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.
