holunda-io / camunda-bpm-taskpool

Library for pooling user tasks and process related business objects.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
68 stars 26 forks source link

Implement comparison of the followUpDate / dueDate in JPA View #785

Closed zambrovski closed 1 year ago

zambrovski commented 1 year ago

Scenario

Current Behaviour

No filtering implemented in JPA view: java.lang.IllegalArgumentException: JPA View found unsupported comparison < for attribute followUpDate.

Wanted Behaviour

Filtering implemented by JPA Query for operators < (before), > (after), = (equals).

Possible Workarounds

Filter after retrieval.