Hi at all,
I tried to setup to filters in my camunda tasklist.
One filter has the criteria: Key = Assignee* and value = ${currentUser()}. This filter is working fine.
The other filter has the criteria: Key = Owner* and value = ${currentUser()}. This filter is not working!
I really dont know why. I made sure that the owner is set correctly.
In Debug mode I found out that delegateTask.getAssignee() and delegateTask.getOwner() both return “example@web.de”.
So they should both work, but the filter with the owner as a key, does not show the tasks the other filter is showing.
Do you have any ideas on this?
Thank you