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