Hi Team,
I am receiving an error when I use rest api for task filters (/filters).
I am receiving as assignee is null and throws process engine exception.
On analysis I found that this is due to the assignee expression present in task filters.i have given assignee expression as currentUser().
and even I am passing my credentials in headers.
I guess it is not picking the credentials sent in headers and so it is unable to evaluate currentUser() and throws process engine exception.
So I have changed the assignee expression to some user (hot coded) and then I tried it was working fine.
So what I need to do to enable/pass auth if I use currentUser() in my taskfilter.