Bug 1074322
Summary: | REST /task/query parameter pageSize=10 returns all the tasks. | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Marek Baluch <mbaluch> | ||||
Component: | Business Central | Assignee: | Marco Rietveld <mrietvel> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ivo Bek <ibek> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.0.1 | CC: | kverlaen, rrajasek, smcgowan | ||||
Target Milestone: | ER1 | ||||||
Target Release: | 6.0.2 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-08-06 19:50:41 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: | |||||||
Attachments: |
|
Description
Marek Baluch
2014-03-09 19:06:27 UTC
Created attachment 872453 [details]
screenshot
I also noticed that the tasks are not sorted. It might improved UX if the tasks where sorted based on ID. Fixed. Waiting for flags to cherry-pick to 6.0.x. Commits: master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/79231d84 BTW, good catch, Marek! Fixed on 6.0.x. Commits: https://github.com/droolsjbpm/jbpm/commit/0e63010d https://github.com/droolsjbpm/jbpm/commit/c307845b https://github.com/droolsjbpm/droolsjbpm-integration/commit/c83287c2 https://github.com/droolsjbpm/droolsjbpm-integration/commit/8de5aa59 https://github.com/droolsjbpm/droolsjbpm-integration/commit/b5ac771d FYI: the max number of results that a query will now return has been limited to 1000. I can't imagine that returning more than 1000 results is practical. Verified in BPMS 6.0.2.ER2 |