camunda-cockpit-plugins icon indicating copy to clipboard operation
camunda-cockpit-plugins copied to clipboard

Cannot View Process History in Camunda Cockpit v7.17.0

Open phehr2 opened this issue 1 year ago • 2 comments

Camunda is enforcing pagination on some of the GET endpoints. When you do not pass the maxResults parameter, the endpoint will return a 400 status code with the following response body:

{"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}

The following 3 endpoints (which now require maxResults) are all being called after selecting an instance on the History tab and failing:

  • /history/activity-instance
  • /history/variable-instance
  • /history/decision-instance

These errors are preventing me from seeing the process history.

phehr2 avatar May 19 '23 11:05 phehr2

@phehr2 There are now new builds at master with the simplest possible fix for this. (https://github.com/datakurre/camunda-cockpit-plugins/commit/f844f6c59d3392d68f9a612cf53d49dc3b5edcde)

datakurre avatar May 24 '23 19:05 datakurre

Excellent. Thank you so much for the quick remediation. This plugin is awesome!

phehr2 avatar Jun 02 '23 19:06 phehr2