Hi everybody,
i am facing the following problem.
From my
application I want to query all User-Tasks by candidateGroup via the
REST-API. When I query the identity-links I get the expected list of
groups that are assigned to the task:

As you can see the Task has the assigned candidateGroups "TAZ[1-6]". When i now query e.g. all Tasks containing group TAZ-6 i get an empty result list.

I already debugged all the way down to TaskManager.findTasksByQueryCriteria() and further. The list of parameters for candidateGroups seems to be set correctly. So my last guess is there might be some issue in the database queries.
Do you have any idea that could help me ? Anything i might be doing wrong ? Is there any chance to "capture" the actual database queries ?
We set up camunda-
v7.1.0-Final on a vanilla tomcat
using spring. The system is running on my local machine using the default h2 database configuration.
Thanks for helping
Jan