v1

latestOpenAPI 3.0.0Apache-2.02026-07-172384109.4 KB

set workflow data objects aka data attributes

post/api/v1/workflow/dataobjects/set

Request body

workflowIdstring required
workflowRunIdstring

Example request

{
  "objects": [
    {
      "value": {
        "data": "data",
        "extStoreId": "extStoreId",
        "extPath": "extPath",
        "encoding": "encoding"
      },
      "key": "key"
    },
    {
      "value": {
        "data": "data",
        "extStoreId": "extStoreId",
        "extPath": "extPath",
        "encoding": "encoding"
      },
      "key": "key"
    }
  ],
  "workflowRunId": "workflowRunId",
  "workflowId": "workflowId"
}

Response

successful operation