---
title: "Run workflow"
method: POST
path: "/public/v1/workflows/{workflowId}/run"
tags: ["Workflows"]
---

# Run workflow

`POST /public/v1/workflows/{workflowId}/run`

Manually triggers a scheduled (SCHEDULED_TRIGGER) workflow automation by enqueueing an execution. Only available for ACTIVE scheduled workflows; event-triggered workflows run from their trigger.

## Path parameters

- `workflowId` number, nullable

## Response `202`

Workflow run enqueued

- WorkflowRunResult
  - `automationId` number, required
  - `name` string, required
  - `status` 'ACTIVE' | 'DELETED' | 'DRAFT', required
  - `enqueued` boolean, required

## Other responses

- `400` — Workflow is not a scheduled workflow or is not ACTIVE
- `404` — Not Found

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/versions/9d33b6aad674/schema)
