set workflow data objects aka data attributes
post/api/v1/workflow/dataobjects/set
Request body
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