latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Workflow Runs

Create a workflow run

Creates a new workflow run for the specified workflow.

post/workflow-runs

Request body

workflowIdstring required

The ID of the Workflow

namestring

The name of the new Workflow Run

dueDatestring date-time

The due date of the new Workflow Run (Optional)

sharedboolean

Example request

{
  "workflowId": "vyD7KMEOZ_xIeyrtZAxAbg"
}

Response

idstring required

The ID of the Workflow Run

Example response

{
  "id": "nnQJLNrQ9HtbkQrxmLtGJg",
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}