-
Task
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
7.12.0
-
None
Prerequisites:
- Download random distro with invoice example (I tested with WebSphere.)
- Set <property name="queryMaxResultsLimit">2000</property> to the process engine configuration.
- run the distro
Scenario 1:
1. Go to Process definition view of invoice process (Runtime)
2. Observe dev tools:
GET http://portainer.camunda.loc:30128/camunda/api/engine/engine/default/process-definition?key=invoice&sortBy=version&sortOrder=desc&withoutTenantId=true 400 / Bad Request {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
Scenario 2:
1. Go to Decision page.
2. Select Invoice Business Decisions DRD
3. Observe dev tools:
GET http://portainer.camunda.loc:30128/camunda/api/engine/engine/default/decision-requirements-definition?key=invoiceBusinessDecisions&sortBy=version&sortOrder=desc&withoutTenantId=true 400 / Bad Request {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
Scenario 3:
1. Go to Decision page.
2. Select Assign Approver Group decision definition
3. Observe dev tools:
GET http://portainer.camunda.loc:30128/camunda/api/engine/engine/default/decision-definition?key=invoice-assign-approver&sortBy=version&sortOrder=desc&withoutTenantId=true 400 / Bad Request {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
Scenario 4:
1. Go to Case page.
2. Select {{ Review Invoice}} case definition
3. Observe dev tools:
GET http://portainer.camunda.loc:30128/camunda/api/engine/engine/default/case-definition?key=ReviewInvoiceCase&sortBy=version&sortOrder=desc&withoutTenantId=true 400 / Bad Request {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
I'm closing the ticket as this is intentional behavior.