Bug 1082699
Summary: | Add ability to paginate queries | ||
---|---|---|---|
Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Ivo Bek <ibek> |
Component: | jBPM Core | Assignee: | Shelly McGowan <smcgowan> |
Status: | CLOSED EOL | QA Contact: | Ivo Bek <ibek> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0.1 | CC: | kverlaen, smcgowan |
Target Milestone: | ER3 | ||
Target Release: | 6.1.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:43:32 UTC | Type: | Feature Request |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ivo Bek
2014-03-31 16:20:42 UTC
Please note that ksession.getProcessInstances() will only return the active processes "in the session", when using persistence process instances are stored in the db and released, so in that case this operation will return an empty list. I don't think it's therefore necessary to add pagination operations for that method. For task and audit log etc. they do make sense, we will consider adding them to the (internal) interfaces (at least), and/or as params to the remote operations. Marco Rietveld <marco.rietveld> updated the status of jira JBPM-4151 to Closed This has been done as part of the new rich query functionality. Please see the ../rest/query/runtime/process functionality. TEMPORARY documentation can be found here: https://github.com/mrietveld/droolsjbpm-integration/wiki/jBPM-Rest-Query-API Verification blocked by BZ 1174885 Verified in BPMS 6.1.0.ER5 |