# Workflow abbrechen

Benutzen Sie das Plugin <img src="/files/TSFVlTTbJ6GS4K4HZuND" alt="" data-size="line"> *Workflow abbrechen* um zu signalisieren, dass der Workflow bewusst beendet werden soll. Dies kann der Fall sein, weil gewisse Voraussetzungen nicht erfüllt sind, um den Workflow weiter auszuführen.

Im [Workflow Protokoll](/robot/workflows/workflow-protokoll.md) kann nach abgebrochenen Workflows gefiltert werden. Das Resultat eines abgebrochenen Workflows lautet `canceled`.

<figure><img src="/files/95Nv2lDpYYYmWrXBCfDC" alt="" width="285"><figcaption></figcaption></figure>

## Parameter "Nachricht (Optional)"

Optional können Sie eine Nachricht angeben, warum der Workflow abgebrochen wurde. Diese Nachricht ist im [Workflow Protokoll](/robot/workflows/workflow-protokoll.md) zu sehen.


---

# 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://help.aiaibot.com/robot/plugins/diverse/workflow-abbrechen.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.
