Hide Forgot
Description of problem: When I want to use language property which was supported in previous version, I receive: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <response> <status>BAD_REQUEST</status> <url>/business-central/rest/task/query?processInstanceId=31&language=en-UK</url> <error>language is an unknown and unsupported query param for the task query operation.</error> </response> Actually the language property isn't in taskQuery method here https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/kie-remote/kie-services-remote/src/main/java/org/kie/services/remote/rest/TaskResource.java#L117 and it will be necessary to add it also to GetTasksByVariousFieldsCommand which is used in the taskQuery method. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Fixed. 6.0.x: https://github.com/droolsjbpm/jbpm/commit/c1c1a4a4da4d7d52f1c393a28d8884a908ba https://github.com/droolsjbpm/jbpm/commit/7e2ac4ec29bcdf93e2fdeaf6cea53df7d773 https://github.com/droolsjbpm/jbpm/commit/5719a8469c6c3b44af3a723bab4fcb65d5b0 https://github.com/droolsjbpm/droolsjbpm-integration/commit/6a2e226ac9d854b0db https://github.com/droolsjbpm/droolsjbpm-knowledge/commit/592d327f168d07f60a35 master: https://github.com/droolsjbpm/jbpm/commit/a3066e0d803003a015e4c493b74c1097ce6e https://github.com/droolsjbpm/jbpm/commit/c50225bbe401c928599744ccd9433f314005 https://github.com/droolsjbpm/jbpm/commit/6eb3f167293c66c571f9666bd846986037a3 https://github.com/droolsjbpm/droolsjbpm-integration/commit/c6a5a8a8da37b1ee09 https://github.com/droolsjbpm/droolsjbpm-knowledge/commit/20f6215dcc84cf48d82f
Verified in BPMS 6.0.0.ER7