-
Type:
Improvement
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 4.2.4
-
Fix Version/s: None
-
Component/s: Workflow
-
Labels:
-
Environment:4.2.4 Activiti
-
Bug Priority:
-
ACT Numbers:
00435481
-
Premier Customer:Yes
Sorting is allowed when querying the workflow API
as described in
but seems that the list of variables that allow sorting is hardcoded on Activiti:
ActivitiWOrkflowEngine.java
on the method
private void orderQuery(TaskQuery taskQuery, OrderBy[] orderBy)
I have the requirement from a customer to allow sorting on custom variables.