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 |
[CAM-9877] In Cockpit, on process instance view in jobs tab some columns cannot be sorted
Component/s | New: engine [ 11656 ] | |
Component/s | Original: webapp [ 13552 ] |
Mentioned Roles |
Mentioned Groups |
Labels | New: hacktober |
Issue Type | Original: Task [ 3 ] | New: Feature Request [ 2 ] |
Mentioned Roles |
Mentioned Groups |
Description |
Original:
In Cockpit, on process instance view in jobs tab the following columns cannot be sorted:
* activity * creation date |
New:
*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 |
Mentioned Roles |
Mentioned Groups |