Run a Parked Occurrence
Use this endpoint to re-run a parked occurrence. The occurrence moves to the queued state and is enqueued once. Only an occurrence in the pending-review state can be run; any other state returns 422. The operation is idempotent.
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Path Parameters
Workflow identifier (UUID).
"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6a7b8"
Occurrence identifier (UUID).
"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6c4d5"
Response
Indicates that the request was successful and the response contains the requested data.
1
"2026-01-15T10:30:00Z"
"0 9 * * *"
"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6a7b8"
"2026-01-15T10:30:00Z"
"pending-review"
"America/Sao_Paulo"
"2026-01-15T10:30:00Z"
"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6a7b8"
"provider timeout after 30s"

