Hiding a Specific Task

In this use case, we want to hide only the task "Compute Plan" from users with role INTERN.

This can be implemented by adding the following permission rule to the ruleset attached to the task.

role(INTERN), ACCESS, TASK, false

This is the same rule as in the previous use case. However, the fact that it is put to the ruleset attached to task "Compute Plan", and not to the set of default rules, makes it applicable only to this task.