-
Bug
-
Resolution: Done
-
Critical
-
6.1.0
Description of problem:
I receive all the active process instances, when I want to get only four of them via query REST operation though I set the paging parameters:
http://localhost:8080/business-central/rest/query/runtime/process?processinstancestatus=1&s=4&p=0
I tried also pagesize and page parameters but nothing changed the list of process instances that I received.
However, the paging of tasks work. A similar paging issue in tasks was reported in BZ 1074322.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info: