v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141610169.0 KB

Updates the configuration or state of an active workflow run.

put/workflow-definitions/{workflowDefinitionName}/workflow-runs/{workflowRunId}

Path parameters

workflowDefinitionNamestring required

The name of the workflow definition containing the workflow run.

workflowRunIdstring required

The unique identifier of the workflow run to update.

Request body

status'RUNNING' | 'SUCCEEDED' | 'FAILED' | 'TIMED_OUT' | 'DELETING' required

The new status to set for the workflow run.

Response

Success

UpdateWorkflowRunResponse required