Details
Description
There is currently no way to order the HistoricTaskInstanceQuery by due date. The patch attached to this issue adds this functionality by extending it with a orderByTaskDueDate() method, which adds an ordering criterion on the DUE_DATE_ column.
Applied the patch, thanks and sorry for the much too late action.