> For the complete documentation index, see [llms.txt](https://docs.enate.net/enate-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/enate-help/deutsch/bearbeitung-eines-falls/starten-einer-aktion.md).

# Starten einer Aktion

{% embed url="<https://enate.cdn.spotlightr.com/watch/MTM2MTg2OQ==>" %}

Meistens werden die Aktionen in einem Fall automatisch gestartet (entweder durch Prozessablauf oder auf der Grundlage von Zeitplänen). Wenn eine Aktion jedoch so konfiguriert wurde, dass sie manuell gestartet werden kann, können Sie dies aus dem Fall heraus tun.

![](/files/-MlRWIl6YNYyLe_PwlOG)

Wählen Sie im Abschnitt ‚Aktivitäten‘ die Registerkarte ‚Aktion starten‘. Wählen Sie in dem sich daraus ergebenden Panel den Aktionstyp, der gestartet werden soll (muss im Builder als manuell startbar konfiguriert worden sein), legen Sie ein Fälligkeitsdatum fest und geben Sie an, wie viele der Aktionen Sie starten möchten. Geben Sie die Aktionsanweisungen an, wenn Sie möchten, dass diese von den standardmäßig angezeigten Anweisungen abweichen.

Klicken Sie zur Bestätigung auf 'Aktion starten'. Die Aktionsliste wird automatisch aktualisiert, um die neue Aktion anzuzeigen, die Sie gerade erstellt haben, und es wird eine Bestätigungsmeldung angezeigt.

<figure><img src="/files/xRZARQeERfoMkBuLySUy" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Anmerkung:

* Sie müssen sich den Fall nicht zuordnen lassen, um eine neue Aktion zu starten.
* Diese Option ist auch bei allen Aktionen innerhalb des Falls verfügbar.
  {% endhint %}

Die Registerkarte wird beim Start der neuen Aktion nicht geschlossen, da es sich um eine additive Aktivität handelt, die den aktuellen Fall nicht verändert.


---

# 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.enate.net/enate-help/deutsch/bearbeitung-eines-falls/starten-einer-aktion.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.
