v2

latestSwagger 2.02026-07-13154152.6 KB
WorkflowTasks

Update the status of a workflow task request.

post/workflowtasks/{taskId}/change-task-status

Path parameters

taskIdstring uuid required

The task id.

Query parameters

api-versionstring required

Version of Purview APIs

Request body

newStatus'NotStarted' | 'InProgress' | 'Completed' | 'Canceled' required

The new status will be used to update the task.

commentstring

The comment when update a task.

Response

OK