Hi,
I have tried getting all offered tasks of a user.
This user is in a candidate group of my process, but he is not a candidate user.
When I try to request the tasks like this:
GET “/task?candidateUser=userId”
I get an empty response.
In the docs for the parameter it is written that the parameter candidateUser:
“Only include tasks that are offered to the given user or to one of his groups”.
https://docs.camunda.org/manual/7.11/reference/rest/task/get-query/
I expected that I can get the offered tasks of the group, the user is part of.
Does candidateUser only work when the candidate user is set in the model or is it enough when the user is in the candidate group?
Thanks in advance for any help with this matter!