---
title: "Update a workflow task"
method: PUT
path: "/app/v1/workflow_tasks/{workflow_task_id}"
tags: ["workflow_tasks"]
---

# Update a workflow task

`PUT /app/v1/workflow_tasks/{workflow_task_id}`

## Path parameters

- `workflow_task_id` string, uuid, required

## Request body

- IUpdateWorkflowTaskInput
  - `status` 'open' | 'complete' | 'dismissed' | 'overdue'
  - `assignee_user` string
  - `assignee_group` string
  - `choice` string — Include for choice task types to specify which choice

## Response `200`

A successful operation

- IWorkflowTask
  - `id` string, uuid, required
  - `company_id` string, uuid, required
  - `workflow_id` string, uuid, required
  - `step_id` string, required
  - `name` string, required
  - `description` string, required
  - `status` 'open' | 'complete' | 'dismissed' | 'overdue', required
  - `is_dismissible` boolean
  - `type` 'manual_task' | 'submit_form' | 'complete_event' | 'choice', required
  - `assignee_user` string
  - `assignee_group` string
  - `restrict_assignee_completion` boolean, required
  - `callback_token` string
  - `due_date` union
    - string
    - string, date-time
  - `created_at` union, required
    - string
    - string, date-time
  - `updated_at` union, required
    - string
    - string, date-time
  - `updated_by` string, uuid, required

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
