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": "tlYHIDYUKBIchAySjfpCXg"
}

Response

idstring required

The ID of the Workflow Run

Example response

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

Changes