cancel
Showing results for 
Search instead for 
Did you mean: 

activiti-rest multiple order by

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
Hello all,
i have recently started to use activiti rest more frequently and saw that i am unable to query for tasks with multiple order by, for instance order by priority and date.

I have seen that you have PaginateRequest and there only one slot for oder.

Do you have plans to add this multiple order feature( if we can call it feature) any time soon ?

If I am wrong please correct me.

Tx.
4 REPLIES 4

jbarrez
Star Contributor
Star Contributor
No, that is currently not supported, nor do we have concrete plans on our roadmap to implement it.

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
Thank you for your answer.

This(multiple order by ) would be easily simulated with order by variable, what are your future plans for this order by feature ( order by variable that all tasks will have) ?

Thank you.

jbarrez
Star Contributor
Star Contributor
The Java API doesn't even have order on variable value, so the REST API won't be implemented any time soon.

Of couse, as Activiti is extensible, it's always possible to write your own native query and expose it through rest.

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
Yes I am looking at the code for some time now in order to add this few features that I need.

Thank you.