> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/ribbon-menu-bar/window/task.md).

# Tarea

La función ***Tarea*** es similar a [Lista de tareas](/rdm/es/ribbon-menu-bar/view/task-list.md), pero solo se aplica a la entrada seleccionada. Las tareas están disponibles desde el menú contextual ***Ventana – Tarea***.

{% hint style="info" %}
Esta función solo está disponible para los siguientes espacios de trabajo: [Devolutions Server](/rdm/es/getting-started/workspaces/workspace-types/native-workspaces/devolutions-server.md), [Azure SQL](/rdm/es/getting-started/workspaces/workspace-types/alternative-workspaces/microsoft-azure-sql.md), [SQL Server](/rdm/es/getting-started/workspaces/workspace-types/alternative-workspaces/microsoft-sql-server.md) y [SQLite](/rdm/es/getting-started/workspaces/workspace-types/local-workspaces/sqlite.md).
{% endhint %}

### Funciones

Cree tareas para llevar un seguimiento del trabajo que hay que realizar por entrada. Puede ***Añadir***, ***Editar*** y ***Eliminar*** una tarea mediante los iconos correspondientes. También es posible ***Asignar un usuario a una tarea***, aplicar un ***Filtro*** y ***Actualizar*** la página. La actualización puede realizarse automáticamente marcando la casilla ***Actualización automática***.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2036.png" alt=""><figcaption></figcaption></figure>

#### Creación de tareas

![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2038.png)

Para obtener más información sobre cómo crear una tarea, consulte [***Lista de tareas***](/rdm/es/ribbon-menu-bar/view/task-list.md#creating-a-task).

#### Filtro de tareas

![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2039.png)

Al hacer clic en el icono ***Filtro*** se abre una ventana que le permite filtrar las tareas de la entrada por ***Fecha de vencimiento***, ***Estado*** o ***Nombre de usuario***.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2040.png" alt=""><figcaption></figcaption></figure>

### Tareas

La información disponible es la siguiente: ***Nombre***, ***Estado***, ***Prioridad***, ***Fecha de vencimiento***, ***Fecha de creación*** y ***Asignada a***. Para más detalles sobre esta información, consulte [***Lista de tareas***](/rdm/es/ribbon-menu-bar/view/task-list.md#creating-a-task).

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2037.png" alt=""><figcaption></figcaption></figure>

#### Véase también

* [Devolutions Academy – Breaking down common scenarios: daily task efficiency](https://academy.devolutions.net/student/activity/3380811)
* [Devolutions Academy – Manage tasks](https://academy.devolutions.net/student/path/1925039/activity/2667187)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/es/ribbon-menu-bar/window/task.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
