---
title: "创建工单"
method: POST
path: "/v1/projects/{project_name}/workflows"
tags: ["workflow"]
deprecated: true
---

# 创建工单

`POST /v1/projects/{project_name}/workflows`

> **Deprecated.**

create workflow

## Path parameters

- `project_name` string, required

## Request body

- V1CreateWorkflowReqV1
  - `desc` string
  - `task_ids` integer[]
  - `workflow_subject` string

## Response `200`

OK

- ControllerBaseRes
  - `code` integer
  - `message` string

---

[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)
