Workflow Tasks (Beta)

Run task

Kicks off a run of the workflow task with the provided ID, passing the provided input data.

post/task-runs

Request body

taskstring required

A task slug in the format workflow-slug/task-name. An optional version can be appended (workflow-slug/task-name:version). If no version is provided, the latest version is used.

Example request

{
  "task": "my-workflow-slug/my-task, my-workflow-slug/my-task:SHA123"
}

Response

Task run created

TaskRun required— unresolved $ref

Changes