Bug 1265928

Summary: Remote API: task query return the same task twice
Product: [Retired] JBoss BPMS Platform 6 Reporter: Tomas Livora <tlivora>
Component: Business CentralAssignee: Marco Rietveld <mrietvel>
Status: CLOSED DUPLICATE QA Contact: Tomas Livora <tlivora>
Severity: medium Docs Contact:
Priority: high    
Version: 6.2.0CC: kverlaen, smcgowan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-25 07:24:23 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 Tomas Livora 2015-09-24 07:40:04 UTC
Description of problem:
If you try to get tasks by status, you will get the same task twice in the response.

Version-Release number of selected component (if applicable):
6.2.0 ER2

Steps to Reproduce:
1. Run a process with a single human task.
2. Try something like http://localhost:8080/business-central/rest/query/task?status=Reserved

Actual results:
There is the same human task present twice in the result.

Expected results:
Every human task should be there only once.

Additional info:
I have noticed this behavior using both REST and SOAP. The problem might also occur with other task parameters.

Comment 1 Tomas Livora 2015-09-25 07:24:23 UTC

*** This bug has been marked as a duplicate of bug 1265725 ***