> For the complete documentation index, see [llms.txt](https://api.docs.blockbrain.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.docs.blockbrain.ai/de/konzepte/workflows.md).

# Workflows

**Workflows** Workflows standardisieren, wie komplexe Aufgaben ausgeführt werden – von der Datenerfassung und Anreicherung bis hin zu Analyse, Entwurf, Überprüfung und Veröffentlichung – während sie Richtlinien durchsetzen und die Herkunft erfassen. Sie kodieren bewährte Prozesse, sodass die Ergebnisse konsistent und prüfbar sind.

<figure><img src="/files/8706030f17e534fb1651271fd2639ba17ba86889" alt=""><figcaption></figcaption></figure>

### Kernkonzepte

* **Workflow**: Eine benannte, versionierte Prozessdefinition, die Schritte, Übergänge und Richtlinien beschreibt.
* **Schritt**: Eine Arbeitseinheit (menschlich oder automatisiert), die Eingaben in Ausgaben umwandelt.
* **Kontext**: Der Ausführungszustand mit Verweisen auf Gesprächs-/Datarooms, Dokumente, Erkenntnisse und Parameter.

### Workflow-Ausführungsmodus

Es gibt 2 Modi für Workflows: `run_all_step` und `step_by_step`, entsprechend `Autopilot` und `Human in the Loop` Modus jeweils.

**Für den API-Zugriff wird empfohlen, `run_all_step` Modus für eine einfachere Integration zu verwenden.**

### Bewährte Verfahren

* Beginnen Sie mit einem minimal tragfähigen Pfad; fügen Sie Verzweigungen und Gates schrittweise hinzu.
* Kapseln Sie wiederverwendbare Schritte und Bewertungskriterien für Konsistenz.
* Bevorzugen Sie Parallelität für unabhängige Aufgaben; begrenzen Sie sie durch Ressourcenlimits.


---

# 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:

```
GET https://api.docs.blockbrain.ai/de/konzepte/workflows.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.
