-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
AT:
– There is a finishedAfter property, which allows to query all tasks which are finished after a specific date
– This property can only be used, when 'finished' is set to 'true'
– the dateformat is: yyyy-MM-dd'T'HH:mm:ss
I partially rewrote / refactored the implementation with this commit.
https://github.com/camunda/camunda-bpm-platform/commit/a6da44275ec5ebe9f5f323d1b7f8d28a569b571a
The commit message mentions the goals I had while doing so.
The premature abastraction that was introduced with HistoricProcessInstanceReports (not related to this issue) was still making things unnecessarily complicated.
stefan.hentschel I'll explain what I did and why I did it F2F