# Action Button

With the action button, it is possible to execute, edit, or delete a task that has already been created.

<figure><img src="/files/nbAulUM0LtFZcbCbKaC6" alt="" width="563"><figcaption><p>Tasks Overview</p></figcaption></figure>

### Execute Task

Clicking the "Execute" action button opens a new dialog that utilizes the filter defined in the task and displays the results in the form of a list.

Here, it is possible to execute the selected task based on the defined filter parameters. If executed, jobs are created in the dashboard for all projects found, and the corresponding projects are blocked in the project overview.

Subsequently, these projects are processed with the parameters stored in the profile.&#x20;

{% hint style="warning" %}
Once the task execution has been triggered, this action cannot be undone.

If the displayed filtering does not show the desired projects, it is possible to cancel the process with "Cancel."
{% endhint %}

<figure><img src="/files/DJQa08teduNwNCOqabz4" alt=""><figcaption><p>Execute Task</p></figcaption></figure>

### Edit Task

Opens the "Edit Task" dialog, which functions exactly like the "Add new Task" dialog.

### Delete Task

Deletes the task. This action cannot be undone.

<br>


---

# 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.helmut.de/helmut4-releases/v4.11.0/helmut4-components/helmuthk/tasks/action-button.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.
