Skip to main content
POST
Run a Parked Occurrence

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

id
string
obrigatório

Workflow identifier (UUID).

Exemplo:

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

occurrenceId
string
obrigatório

Occurrence identifier (UUID).

Exemplo:

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

Resposta

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

attempts
integer<int64>
obrigatório
Exemplo:

1

createdAt
string<date-time>
obrigatório
Exemplo:

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

cronExpr
string
obrigatório
Exemplo:

"0 9 * * *"

id
string<uuid>
obrigatório
Exemplo:

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

scheduledFor
string<date-time>
obrigatório
Exemplo:

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

status
string
obrigatório
Exemplo:

"pending-review"

timezone
string
obrigatório
Exemplo:

"America/Sao_Paulo"

updatedAt
string<date-time>
obrigatório
Exemplo:

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

workflowId
string<uuid>
obrigatório
Exemplo:

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

lastError
string
Exemplo:

"provider timeout after 30s"