NativeTaskQuery does not allow for custom ordering

When creating a NativeTaskQuery and using the listPage method it is not possible to set the order by parameter. We can set the orderBy parameter in the parameterMap but it is always overwritten in AbstractNativeTaskQuery.execute. This is a serious limitation as there is no way of ordering a paged list by anything other than ID. I can see from the original Activiti source code that this issue has been resolved there, is there any way we can get this fix applied here too?

Hi @juniorhamish,

please feel free to create a feature request in our JIRA. It will land in our backlog and after prioritization implemented. If you would be interested in providing a pull request with implementation we will be more than happy to work on it with you.

Cheers,
Askar

Is this reported issue fixed?