Hide Forgot
Steps to reproduce: 1. Start some process containing a user task. 2. GET http://localhost:8080/business-central/rest/task/1 response: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <response> <status>BAD_REQUEST</status> <url>/business-central/rest/task/1</url> <error>Operation 'Unable to get task 1' is not supported on tasks.</error> </response> This operation should be supported - and even the error message does not make much sense. Similar situation is with starting a task: POST http://localhost:8080/business-central/rest/task/1/start response: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <response> <status>BAD_REQUEST</status> <url>/business-central/rest/task/1/start</url> <error>Operation 'Unable to check if task 1 exists' is not supported on tasks.</error> </response>
This was fixed in this commit: https://github.com/droolsjbpm/droolsjbpm-integration/commit/58a8d61270f2ff9486e966d085757cc7a3cd2e6a#L3L271 The replacement of "doTaskOperation(...)" with "internalDoTaskOperation(...)" is what fixes this issue.
Rajesh, yes, it is included in the tag from today (sync.2013.08.21).
Verified on BPMS 6.0.0.ER2