---
title: "Continue process"
method: POST
path: "/inlong/manager/api/workflow/continue/{id}"
tags: ["Workflow-API"]
---

# Continue process

`POST /inlong/manager/api/workflow/continue/{id}`

## Path parameters

- `id` integer, required

## Request body

- WorkflowOperationRequest
  - `applicant` string — Applicant name
  - `form` BaseProcessForm
  - `name` 'APPLY_CONSUME_PROCESS' | 'APPLY_GROUP_PROCESS' | 'CREATE_GROUP_RESOURCE' | 'CREATE_STREAM_RESOURCE' | 'DELETE_GROUP_PROCESS' | 'DELETE_STREAM_RESOURCE' | 'RESTART_GROUP_PROCESS' | 'RESTART_STREAM_RESOURCE' | 'SUSPEND_GROUP_PROCESS' | 'SUSPEND_STREAM_RESOURCE' — Process name
  - `remark` string — Remarks information

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/apache/apis/untitled-api-2.md) · [All operations](https://skmtc.dev/apache/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/untitled-api-2/revisions/41c687f48683/schema)
