I’m trying to create a task filter where the current user is directly authorized for a task (not through groups)
I’ve set the filter criteria to Candidate User == ${ currentUser() } but the task list filter still includes all tasks where the user has access via candidate groups.
Can I somehow construct an expression that would only return tasks where the current user is directly assigned?
Thanks,
I however believe that would only include claimed tasks? Initially all tasks are unclaimed to allow any of the authorized users to work on the task.