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

feat(#849): Improved perfomance on or composed filters #869

Closed S-Tim closed 10 months ago

S-Tim commented 10 months ago

For filters on the same attribute only one join with the payload attribute table is performed now, instead of one join per possible value. fixes #849