v1

latestOpenAPI 3.0.0Apache-2.02026-07-172384109.4 KB

update the config of a workflow

post/api/v1/workflow/config/update

Request body

workflowIdstring required
workflowRunIdstring

Example request

{
  "workflowConfig": {
    "disableSystemSearchAttribute": true,
    "continueAsNewThreshold": 1,
    "optimizeTimer": true,
    "continueAsNewPageSizeInBytes": 4,
    "executingStateIdMode": null,
    "optimizeActivity": true
  },
  "workflowRunId": "workflowRunId",
  "workflowId": "workflowId"
}

Response

successful operation