---
title: "Update running task in the workflow with given status and output asynchronously"
method: POST
path: "/api/tasks/{workflowId}/{status}/signal"
tags: ["task-resource"]
---

# Update running task in the workflow with given status and output asynchronously

`POST /api/tasks/{workflowId}/{status}/signal`

## Path parameters

- `workflowId` string, required
- `status` 'IN_PROGRESS' | 'FAILED' | 'FAILED_WITH_TERMINAL_ERROR' | 'COMPLETED' | 'CANCELED', required

## Request body

- object

## Response `200`

OK

---

[API](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server.md) · [All operations](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orkescloud/orkes-conductor-api-server/revisions/6ebf0c14ac41/schema)
