---
title: "set workflow data objects aka data attributes"
method: POST
path: "/api/v1/workflow/dataobjects/set"
---

# set workflow data objects aka data attributes

`POST /api/v1/workflow/dataobjects/set`

## Request body

- WorkflowSetDataObjectsRequest
  - `workflowId` string, required
  - `workflowRunId` string
  - `objects` KeyValue[]
    - `key` string
    - `value` EncodedObject
      - `extStoreId` string
      - `extPath` string
      - `encoding` string
      - `data` string

## Response `200`

successful operation

## Other responses

- `400` — Invalid input

---

[API](https://skmtc.net/indeedeng/apis/workflow-apis.md) · [All operations](https://skmtc.net/indeedeng/apis/workflow-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/indeedeng/workflow-apis/versions/fe9c7606824c/schema)
