Filter variables not showing for users

I have a simple filter available for all users which displays some variables in the tasklist.
It works for me and another account (both have all the rights as admin) but it doesn’t work for my users.
They can see the filters and they work, but the variables are not displayed.

Is there an authorization or something that I am forgetting ?

I’m using 7.6.0 if that is of any help.

I think variable access requires read permission on the respective process instance, unless it is a task-local variable.

I added the READ_INSTANCE permission in the Process Definition Authorizations to my users’ group, and now it works. Thanks !

1 Like