Components
https://github.com/camunda/camunda-bpm-webapp/tree/master/ui/cockpit
https://github.com/camunda/camunda-bpm-platform/tree/master/engine-rest/engine-rest
https://github.com/camunda/camunda-bpm-platform/tree/master/engine
User story
In Cockpit on the process instance view and the jobs tab (see attached screenshot), I want to sort results by creation date and activity to navigate the result set better
Background
The properties exist already in the results, but cannot be used for ordering in Java API, REST API or Cockpit.
Acceptance Criteria
- The JobQuery in the Java API is extended by ordering options for activity and creation date
- These properties are exposed in the REST API
- The jobs tab in the process instance view allows to apply this sorting
Implementation hints
- See the subtasks linked to this ticket
This is the controller panel for Smart Panels app
1.
|
In the Java API, I can order job query results by activity and creation date |
|
Closed | Unassigned |
2.
|
In the REST API, I can order job query results by activity and creation date |
|
Closed | Unassigned |
3.
|
In Cockpit's process instance view, I can order jobs by activity and creation date |
|
Closed | Unassigned |
We are closing this ticket as part of our backlog grooming. Reasons: