# Delegations

## Delegations screen

<div align="left"><img src="/files/-LQ0P3PnL55ZkGJ_yhH4" alt=""></div>

This screen displays participant delegations on active processes. Delegations cannot be added to processes that are under construction, in test, or archived.

A user can associate a delegate with each process participant role displayed in this list. Delegations can be done for an unlimited period of time (if no date range is entered) or for a specific period of time (if a date range is entered).

Two types of delegations are possible: a global delegation of all the user’s roles to a single person (in the **All processes** row of the delegation screen), and a delegation on a role-by-role basis by selecting individual delegates for each process participant role. Note that a role-based delegation overrides the global delegation for that specific role.

{% hint style="info" %}
Administrative roles are not given to users through delegations, except for supervisors. Delegating a supervisor participant will give them only the permissions that the supervisor delegator has. For example, it won't allow the delegated user to access statistics in the Administration Module if they normally don't have this permission, only to view all the requests in the User Portal.
{% endhint %}

## Search filter

| Filter             | Remarks                                                       |
| ------------------ | ------------------------------------------------------------- |
| Process categories | Filter by process category                                    |
| Process            | Filter by process                                             |
| Active delegations | Filter by active delegations                                  |
| Search             | Launch the search and refresh the delegation list accordingly |

## List of delegations

| Columns                          | Remarks                                                                                                                         |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Name                             | Process name (only active processes are listed)                                                                                 |
| Participant                      | Process participant name                                                                                                        |
| Delegate                         | User name if delegation is active                                                                                               |
| ![](/files/-LQ0P3Pp4zERH-v5Q-0Z) | Search for a user                                                                                                               |
| ![](/files/-LQ0P3Pr7e0v2vvY2uX_) | Remove the delegate                                                                                                             |
| ![](/files/-LQ0P3Pt5lLVn9-GyNP1) | Send a notification to the delegate                                                                                             |
| Begin                            | <ul><li>Delegation start date (inclusive); required if end date defined</li><li>Unlimited delegation period if empty.</li></ul> |
| End                              | <ul><li>Delegation end date (inclusive); required if begin date defined</li><li>Unlimited delegation period if empty.</li></ul> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.workflowgen.com/portal/7.22/delegations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
