-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
The rest api now supports sorting tasks by the value of variables: see:
AT:
- I can sort tasks by the value of multiple variables
==
Notes:
http://stage.docs.camunda.org/api-references/rest/#task-get-tasks-post
"sorting":
[{"sortBy": "processVariable",
"sortOrder": "desc",
"parameters": {
"variable": "orderId",
"type": "String"
}}]
}
This is the controller panel for Smart Panels app
- is related to
-
CAM-3567 Improve UI of Sorting with multiple parameters in tasklist
- Closed