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
67 stars 26 forks source link

Support multi-values process variables for task filtering using JPA View #854

Closed zambrovski closed 3 months ago

zambrovski commented 1 year ago

Scenario

Current Behaviour

Task filtering is only possible on single valued attributes.

Wanted Behaviour

Task filtering is possible on multi valued attributes.

Possible Workarounds

None.

zambrovski commented 3 months ago

Fixed by @S-Tim with #990