---
title: "Reruns the workflow from a specific task"
method: POST
path: "/api/workflow/{workflowId}/rerun"
tags: ["workflow-resource"]
---

# Reruns the workflow from a specific task

`POST /api/workflow/{workflowId}/rerun`

## Path parameters

- `workflowId` string, required

## Request body

- RerunWorkflowRequest
  - `correlationId` string
  - `reRunFromTaskId` string
  - `reRunFromWorkflowId` string
  - `taskInput` object
  - `workflowInput` 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)
