Bug 1210257
| Summary: | Using 'var' parameter in Remote Query API results in exception | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Anton Giertli <agiertli> |
| Component: | Business Central | Assignee: | Shelly McGowan <smcgowan> |
| Status: | CLOSED EOL | QA Contact: | Ivo Bek <ibek> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.1.0 | CC: | ibek, kverlaen |
| Target Milestone: | DR1 | ||
| Target Release: | 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-27 20:12:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Anton Giertli
2015-04-09 09:52:48 UTC
Another corrupted endpoint: http://localhost:8080/business-central/rest/query/runtime/task?potentialowner=anton generates following output: http://pastebin.com/EtGmkBZj I reproduced the issue as well but only for quering tasks by vars. Quering processes by vars have been already covered by the tests and works. The workaround is to query varid and varvalue in one request: http://localhost:8080/business-central/rest/query/runtime/task?taskstatus=InProgress&varid=userName&varvalue=Ivo& Fixed on master. Commits: master: https://github.com/droolsjbpm/droolsjbpm-knowledge/commit/7ade2963 https://github.com/droolsjbpm/droolsjbpm-integration/commit/311eff24 https://github.com/droolsjbpm/jbpm/commit/5e4f501a Setting to modified because this has a 6.2.0 flag (and thus will not be cherry-picked to community 6.2.x). *** Bug 1257992 has been marked as a duplicate of this bug. *** Verified in BPM Suite 6.2.0.ER3 |