-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Currently there is no way to filter tasks by start/end date using the HistoryService API. At the moment you can filter by certain dates (followup, duedate) and other attributes. See:
https://forum.camunda.org/t/task-history-query-for-tasks-completed-within-x-days
Without this feature it's not possible to do queries like:
'give me tasks completed within the last 7 days and where candidateGroup is X'
Pull request:
https://github.com/camunda/camunda-bpm-platform/pull/271