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

Use logical OR operator to combine criteria on the same property #836

Closed zambrovski closed 1 year ago

zambrovski commented 1 year ago

Scenario

Current Behaviour

All properties are combined with AND

Wanted Behaviour

Configurable, with ability to combine predicated with OR if applied on the same property.

Possible Workarounds

None