Limit task filter to candidate user only?

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?

Sure thing - something like this would work

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.

I figured it out. If I set the involved user to the current user I would get all direct authorizations plus the ones I claimed. All good!

1 Like