---
title: "批量完成工单"
method: POST
path: "/v3/projects/{project_name}/workflows/complete"
tags: ["workflow"]
---

# 批量完成工单

`POST /v3/projects/{project_name}/workflows/complete`

this api will directly change the work order status to finished without real online operation

## Path parameters

- `project_name` string, required

## Request body

- V3BatchCompleteWorkflowsReqV3
  - `workflow_list` V3CompleteWorkflowReq[]
    - `desc` string
    - `workflow_id` string

## Response `200`

OK

---

[API](https://skmtc.dev/actiontech/apis/sqle-api-docs.md) · [All operations](https://skmtc.dev/actiontech/apis/sqle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/actiontech/sqle-api-docs/revisions/3e36a0067703/schema)
