Bug 1265725
| Summary: | The /rest/query/task operation is returning lists with duplicate TaskSummary's | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Marco Rietveld <mrietvel> |
| Component: | Business Central | Assignee: | Shelly McGowan <smcgowan> |
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2.0 | CC: | smcgowan |
| Target Milestone: | ER5 | ||
| 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 19:44:48 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: | |||
| Bug Depends On: | 1272981 | ||
| Bug Blocks: | |||
|
Description
Marco Rietveld
2015-09-23 14:41:03 UTC
This test case happens to be in one of our smoke tests. Fixed. Commits: 6.3.x: https://github.com/droolsjbpm/jbpm/commit/dd8533e6?w=1 master: https://github.com/droolsjbpm/jbpm/commit/ce3b4d6d?w=1 *** Bug 1265928 has been marked as a duplicate of this bug. *** Marco, I have noticed this behavior also when querying tasks through SOAP. Can you confirm that it is fixed in both REST and SOAP? I can see that your commit changes some common class that is not directly related to REST interface but I just want to be sure you are aware of the problem being present also in SOAP interface. I have noticed another strange behavior when getting tasks this way. When I run a process with a single human task with three actors (mary,john,ibek) and I try to get tasks logged in as ibek, I get this task twice in the result. However, when I am logged in as mary, I get it six times. I cannot verify this unless bug 1272981 is fixed. The tests that were affected by this bug has passed using both REST and SOAP interface. Verified on BPMS 6.2.0 ER5 |