Resume Execution
Resumes an execution in one of two modes selected by the request body. If awakeable_id is set, the call resolves a human-in-the-loop approval and syncs the approvals row. Otherwise it clears an operator-requested pause. For approval resume, routing follows data.approved: the JSON boolean true approves, while false, missing, or non-boolean values (such as the string “true” or the number 1) reject. Extra data keys are merged into the approval node’s output. Requires the same access as POST /approvals//resolve (owner, notified email, or shared execute access).
Authorizations
Tenant API key. Required on every endpoint.
Path Parameters
Execution ID
Body
Resume payload
Response
OK