Hi everyone,
So… I’m trying to request list of tasks from the REST API, but when I try to use the “candidateGroupExpression” criteria with the “${currentUserGroups()}” value, it returns an “java.lang.IllegalArgumentException: argument type mismatch”.
While debugging I saw that the expression returns a list of groups, but it tries to apply the value to the “taskCandidateGroup
” method, which only accepts a String
argument…
Shouldn’t this apply the value to the “taskCandidateGroupIn
” method?
The “candidateUserExpression” with the “${currentUser()}” works as predicted.
Thanks in advance,
Pedro Silva