Requires workflows:onboard-domain for the execution. This mutating recovery queues only for a succeeded onboarding run whose Google Maps stage records manual-required; an existing pending retry is returned instead of creating another command.
/v1/executions/{id}/retry-maps-whitelistRequires workflows:onboard-domain for the execution. This mutating recovery queues only for a succeeded onboarding run whose Google Maps stage records manual-required; an existing pending retry is returned instead of creating another command.
bearerAuth In: header
Execution ID.
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/executions/string/retry-maps-whitelist"{ "command": { "commandId": "string", "operation": "retry-maps-whitelist", "status": "active" }, "execution": { "cancellationRequestedAt": "string", "createdAt": "string", "currentStage": "string", "executionId": "string", "finishedAt": "string", "principalId": "string", "status": "canceled", "workflow": "string" }, "workflowRunId": "string"}Retry add-certificate finalization POST
Requires the workflows:add-certificate or workflows:onboard-domain entitlement matching the execution. This mutating recovery queues finalization only for a failed execution at its finalization stage with a source run and successful persisted prerequisite outputs; duplicate pending recovery is reused.
Resume failed or paused execution POST
Requires the workflows:<name> entitlement for the execution. The mutating action resumes a paused run that owns its active command lane, or queues an eligible failed or canceled update-lambda-version retry; other states and unsupported failed or canceled workflows are rejected.