Hiding All Tasks
In this use case, we assume that we have defined a user role named INTERN
. We want to hide all tasks from users with this role, so that they cannot execute any processing.
This can be implemented by adding the following permission rule to the ruleset attached to the application.
role(INTERN), ACCESS, TASK, false