Hello,
I would need to query (historyService.createHistoricTaskInstanceQuery()) for:
( tasks finished or started after specific date ) && (finished after their dueDate).
*Questions*
How to build such a query? (I did not see any possibility to build it with current HistoricTaskInstanceQuery, NativeHistoricTaskInstanceQuery depends on used DB.)
I can extend HistoricTaskInstanceQuery, or Does anybody see other solution for querying HistoricTaskInstances?