# User task form

To associate a given user task with a form — that is, to indicate that the task will be carried out using this form — you should

* select the symbol of the chosen user task on the process diagram
* in the properties, in the section **Forms** set
  * **Type** to *Embedded or External Task Form*
  * as **Form key** enter the name of the selected form

<figure><img src="/files/135a61032e0ae44c8931f8d0ab1fc9a9e76b1937" alt=""><figcaption><p><em><strong>Figure 1.</strong> Example of associating a task with a form</em></p></figcaption></figure>

<br>

## Approving a user task and redirecting to the next task

It is possible to approve a user task and redirect to the next task at the same time. To do this, add a component to the request, e.g. [Trigger](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/6-interakcje-i-akcje/trigger.md). Then, in the artifact properties, define the action for it **`COMPLETE_TASK_AND_RESUME`**. More information in the section [Actions](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/zadania-uzytkownika/pages/f4df663e0aafcf5e3130aaccbb5d1499afa73d33#akcja-zatwierdzenia-zadania-użytkownika-w-procesie)


---

# 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.eximee.com/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/zadania-uzytkownika/formularz-zadania-uzytkownika.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.
