---
title: "Execute a workflow synchronously with input and outputs"
method: POST
path: "/api/workflow/execute/{name}"
tags: ["workflow-resource"]
deprecated: true
---

# Execute a workflow synchronously with input and outputs

`POST /api/workflow/execute/{name}`

> **Deprecated.**

## Path parameters

- `name` string, required

## Query parameters

- `version` integer

## Headers

- `requestId` string
- `waitUntilTaskRef` string
- `waitForSeconds` integer
- `X-Idempotency-key` string
- `X-on-conflict` 'FAIL' | 'RETURN_EXISTING' | 'FAIL_ON_RUNNING'

## Request body

- object

## Response `200`

OK

- object

---

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