---
title: "Create Flow"
method: POST
path: "/flows"
tags: ["Flows"]
---

# Create Flow

`POST /flows`

Creates a new flow with the provided details

## Request body

- CreateFlow
  - `workflowId` integer, required
  - `name` string, required
  - `description` string, required
  - `program` string, required
  - `executionOrder` integer, required
  - `language` string, required
  - `flowType` 'HTTP_REQUEST' | 'GENERAL_FUNCTION' | 'MANAGE_CONFIG' | 'MANAGE_CRON' | 'SHELL_SCRIPT' | 'RPA', required

## Response `200`

Flow created successfully

---

[API](https://skmtc.net/laminar/apis/laminar-api.md) · [All operations](https://skmtc.net/laminar/apis/laminar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laminar/laminar-api/revisions/c4cc2ef4aab1/schema)
