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

Create a task query to retrieve tasks available via candidate users, but now assigned. #811

Closed zambrovski closed 1 year ago

zambrovski commented 1 year ago

Scenario

Current Behaviour

Username-based query checks the assignee and the candidate users membership.

Wanted Behaviour

Username-based query checks the candidate users membership without assignee check (controlled by an additional flag in the query).

Possible Workarounds

Retrieve the tasks and filter the result afterwards (slow, inefficient).