latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Workflow Tasks

Update workflow task configuration

Sets the configuration for a workflow task on a draft revision. PUT semantics: send all fields for the task type; optional fields omitted or set to null are cleared. Standard tasks have no configuration (returns 400). Returns the updated configuration.

put/workflows/{workflowId}/revisions/{revisionId}/tasks/{taskId}/config

Path parameters

workflowIdstring required

The ID of the Workflow

revisionIdstring required

The ID of the Revision

taskIdstring required

The ID of the Task

Request body

OR
OR

Response

Example response

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