> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alforse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflow

> Lebenszyklus eines Vertrags fortschreiben und Bearbeitung sperren.

Workflow-Endpunkte liegen unter einem Vertrag und benötigen workflowAutomation, wo angegeben.

| Endpunkt                                  | Body/Parameter                      | Berechtigung                              |
| ----------------------------------------- | ----------------------------------- | ----------------------------------------- |
| `POST /contracts/:id/workflow/transition` | `note, transitionCode, toStageCode` | `contract_edit edit + workflowAutomation` |
| `POST /contracts/:id/workflow/lock`       | `locked, note`                      | `admin edit + workflowAutomation`         |
| `GET /contracts/:id/workflow/events`      | —                                   | `contract_view view`                      |
