camunda-cockpit-plugins
camunda-cockpit-plugins copied to clipboard
Cannot View Process History in Camunda Cockpit v7.17.0
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 There are now new builds at master with the simplest possible fix for this. (https://github.com/datakurre/camunda-cockpit-plugins/commit/f844f6c59d3392d68f9a612cf53d49dc3b5edcde)
Excellent. Thank you so much for the quick remediation. This plugin is awesome!