-
Bug
-
Resolution: Done
-
Major
-
7.x
-
NEW
-
NEW
-
Updated the drilldown ops in dashboard to consider this kind of filters
After jbpm runtime removed, I can no longer filter Processes / Tasks tables in Process & Task dashboard (see screenshot).
In previous versions it used to work like this: Clicking cell with 'Reserved' status for example only displayed tasks in status 'Reserved' in the table. Similarly for other columns (process name, task name etc).
Now clicking cells doesn't do any filtering (all rows of the table are shown) - it just opens task details panel on the left.
NOTE: The error in js console in the screenshot is probably ok (org.kie.workbench.KIEWebapp-0.js:34815 java.lang.RuntimeException: org.kie.server.client.KieServicesException:Unexpected HTTP response code when requesting URI 'http://localhost:8080/kie-server/services/rest/server/containers/dashboardC…nerID/tasks/2?withInputData=true&withOutputData=true&withAssignments=false'! Error code: 404, message: Could not find task instance with id "2") because it corresponds to Completed task.