---
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

## Changes

> 50 revisions in range; 1 could not be searched.

- **2024-11-12** `c19b99d01d2f` — 1 info
  - endpoint added
- **2022-12-18** `a325ec23e79c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/indeedeng/apis/workflow-apis/changes/api/v1/workflow/dataobjects/set/post.md)

---

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