> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Task management plugin access rights

> Granular access rights can be configured for restricting access to the Task management plugin component.

Two different access authorizations are provided, each with specified access scopes:

1. **manage-tasks** - for configuring access for viewing the tasks lists

Available scopes:

* read - users are able to view tasks

2. **manage-hooks** - for configuring access for managing hooks

Available scopes:

* import - users are able to import hooks
* read - users are able to view hooks
* edit - users are able to edit hooks
* admin - users are able to delete hooks

3. **manage-process-allocation-settings** - for configuring access for managing process allocation settings

Available scopes:

* import - users are able to import allocation rules
* read - users are able to read/export allocation rules
* edit - users are able to edit access - create/edit allocation rules
* admin - users are able to delete allocation rules

4. **manage-out-of-office-users** - for configuring access for managing out-of-office users

Available scopes:

* read - users are able to view out-of-office records
* edit - users are able to create and edit out-of-office records
* admin - users are able to delete out-of-office records

The Task management plugin is preconfigured with the following default users roles for each of the access scopes mentioned above:

* manage-tasks
  * read:
    * ROLE\_TASK\_MANAGER\_TASKS\_READ
* manage-hooks
  * import:
    * ROLE\_TASK\_MANAGER\_HOOKS\_IMPORT
    * ROLE\_TASK\_MANAGER\_HOOKS\_EDIT
    * ROLE\_TASK\_MANAGER\_HOOKS\_ADMIN
  * read:
    * ROLE\_TASK\_MANAGER\_HOOKS\_READ
    * ROLE\_TASK\_MANAGER\_HOOKS\_IMPORT
    * ROLE\_TASK\_MANAGER\_HOOKS\_EDIT
    * ROLE\_TASK\_MANAGER\_HOOKS\_ADMIN
  * edit:
    * ROLE\_TASK\_MANAGER\_HOOKS\_EDIT
    * ROLE\_TASK\_MANAGER\_HOOKS\_ADMIN
  * admin:
    * ROLE\_TASK\_MANAGER\_HOOKS\_ADMIN
* manage-process-allocation-settings
  * import:
    * ROLE\_TASK\_MANAGER\_PROCESS\_ALLOCATION\_SETTINGS\_IMPORT
    * ROLE\_TASK\_MANAGER\_PROCESS\_ALLOCATION\_SETTINGS\_EDIT
    * ROLE\_TASK\_MANAGER\_PROCESS\_ALLOCATION\_SETTINGS\_ADMIN
  * read:
    * ROLE\_TASK\_MANAGER\_PROCESS\_ALLOCATION\_SETTINGS\_READ
    * ROLE\_TASK\_MANAGER\_PROCESS\_ALLOCATION\_SETTINGS\_IMPORT
    * ROLE\_TASK\_MANAGER\_PROCESS\_ALLOCATION\_SETTINGS\_EDIT
    * ROLE\_TASK\_MANAGER\_PROCESS\_ALLOCATION\_SETTINGS\_ADMIN
  * edit:
    * ROLE\_TASK\_MANAGER\_PROCESS\_ALLOCATION\_SETTINGS\_EDIT
    * ROLE\_TASK\_MANAGER\_PROCESS\_ALLOCATION\_SETTINGS\_ADMIN
  * admin:
    * ROLE\_TASK\_MANAGER\_PROCESS\_ALLOCATION\_SETTINGS\_ADMIN
* manage-out-of-office-users
  * read:
    * ROLE\_TASK\_MANAGER\_OOO\_READ
    * ROLE\_TASK\_MANAGER\_OOO\_EDIT
    * ROLE\_TASK\_MANAGER\_OOO\_ADMIN
  * edit:
    * ROLE\_TASK\_MANAGER\_OOO\_EDIT
    * ROLE\_TASK\_MANAGER\_OOO\_ADMIN
  * admin:
    * ROLE\_TASK\_MANAGER\_OOO\_ADMIN

<Info>
  These roles need to be defined in the chosen identity provider solution.
</Info>

In case other custom roles are needed, you can configure them using environment variables. More than one role can be set for each access scope.

To configure access for each of the roles above, adapt the following input:

**`SECURITY_ACCESSAUTHORIZATIONS_AUTHORIZATIONNAME_SCOPES_SCOPENAME_ROLESALLOWED: NEEDED_ROLE_NAMES`**

Possible values for AUTHORIZATIONNAME: MANAGETASKS, MANAGEHOOKS.

Possible values for SCOPENAME: import, read, edit, admin.

For example, if you need to configure role access for read, insert this:

```
SECURITY_ACCESSAUTHORIZATIONS_MANAGEHOOKS_SCOPES_READ_ROLESALLOWED: ROLE_NAME_TEST
```


## Related topics

- [Deployment guidelines v4.6.0](/release-notes/v4.x/v4.6.x/v4.6.0-january-2025/deployment-guidelines-v4.6.0.md)
- [Update environment variables](/release-notes/v5.x/v5.1.x-lts/v5.1.0-october-2025/migrating-from-v4.7.x-to-5.1/environment-variables.md)
- [Overview](/release-notes/v5.x/v5.5.0-february-2026/migrating-from-v5.4-to-v5.5/migration-overview.md)
- [Deployment guidelines v5.9.0](/release-notes/v5.x/v5.9.0-june-2026/deployment-guidelines-v5.9.md)
- [FlowX.AI 5.3.0 Release Notes](/release-notes/v5.x/v5.3.0-december-2025/v5.3.0-december-2025.md)
