> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.10.0/helmut4-components/helmuthk/tasks/action-button.md).

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