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

# ワークフロー

> 契約ライフサイクルを進め、ルールに従って編集をロックします。

ワークフローエンドポイントは契約配下にあり、一部操作は workflowAutomation 権限を必要とします。

| エンドポイント                                   | 本文/パラメータ                            | 権限                                        |
| ----------------------------------------- | ----------------------------------- | ----------------------------------------- |
| `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`                      |
