Skip to main content
POST
Clone a Workflow

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Parámetros de ruta

id
string<uuid>
requerido

Unique identifier of the source workflow to clone.

Cuerpo

application/json

Request body containing the clone parameters.

name
string
requerido

Name for the cloned workflow. Must be unique.

Required string length: 1 - 100
Ejemplo:

"Payment Notification Flow — Copy"

Respuesta

Indicates that the resource was successfully created and the operation was completed as expected.

createdAt
string<date-time>

Timestamp when the workflow was created.

Ejemplo:

"2026-03-17T14:30:00Z"

status
string

Initial status of the workflow (always draft on creation).

Ejemplo:

"draft"

version
string

Version of the workflow definition.

Ejemplo:

"1.0.0"

workflowId
string<uuid>

Unique identifier of the created workflow.

Ejemplo:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"