Skip to main content
POST
Run a Parked Occurrence

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
requerido

Workflow identifier (UUID).

Ejemplo:

"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6a7b8"

occurrenceId
string
requerido

Occurrence identifier (UUID).

Ejemplo:

"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6c4d5"

Respuesta

Indicates that the request was successful and the response contains the requested data.

attempts
integer<int64>
requerido
Ejemplo:

1

createdAt
string<date-time>
requerido
Ejemplo:

"2026-01-15T10:30:00Z"

cronExpr
string
requerido
Ejemplo:

"0 9 * * *"

id
string<uuid>
requerido
Ejemplo:

"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6a7b8"

scheduledFor
string<date-time>
requerido
Ejemplo:

"2026-01-15T10:30:00Z"

status
string
requerido
Ejemplo:

"pending-review"

timezone
string
requerido
Ejemplo:

"America/Sao_Paulo"

updatedAt
string<date-time>
requerido
Ejemplo:

"2026-01-15T10:30:00Z"

workflowId
string<uuid>
requerido
Ejemplo:

"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6a7b8"

lastError
string
Ejemplo:

"provider timeout after 30s"