v1

latestOpenAPI 3.0.0Apache-2.02026-07-172384109.4 KB

skip the timer of a workflow

post/api/v1/workflow/timer/skip

Request body

workflowIdstring required
workflowRunIdstring
workflowStateExecutionIdstring required
timerCommandIdstring
timerCommandIndexinteger

Example request

{
  "timerCommandIndex": 0,
  "workflowRunId": "workflowRunId",
  "workflowStateExecutionId": "workflowStateExecutionId",
  "timerCommandId": "timerCommandId",
  "workflowId": "workflowId"
}

Response

successful operation