v1

latestOpenAPI 3.0.0Apache-2.02026-07-172384109.4 KB

set workflow search attributes

post/api/v1/workflow/searchattributes/set

Request body

workflowIdstring required
workflowRunIdstring

Example request

{
  "searchAttributes": [
    {
      "stringValue": "stringValue",
      "valueType": null,
      "integerValue": 6,
      "boolValue": true,
      "doubleValue": 7.457744773683766,
      "stringArrayValue": [
        "stringArrayValue",
        "stringArrayValue"
      ],
      "key": "key"
    },
    {
      "stringValue": "stringValue",
      "valueType": null,
      "integerValue": 6,
      "boolValue": true,
      "doubleValue": 7.457744773683766,
      "stringArrayValue": [
        "stringArrayValue",
        "stringArrayValue"
      ],
      "key": "key"
    }
  ],
  "workflowRunId": "workflowRunId",
  "workflowId": "workflowId"
}

Response

successful operation