---
title: "clone task flow(s)"
method: POST
path: "/api/servicetodo/processes/taskFlows/clone"
tags: ["taskFlows"]
---

# clone task flow(s)

`POST /api/servicetodo/processes/taskFlows/clone`

## Request body

- object
  - `taskFlowUuids` string[], required

## Response `201`

cloned task flows

- object
  - `data` object[]
    - `uuid` string, uuid
    - `companyUuid` string, uuid
    - `status` 'draft' | 'published' | 'archived'
    - `title` string
    - `description` string
    - `taskUuids` string[]
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
