Microsoft Planner · Arazzo Workflow
Microsoft Planner Mark a Task Complete
Version 1.0.0
Read a task to capture its ETag, then patch it to 100 percent complete.
View Spec
View on GitHub
CollaborationMicrosoft 365ProductivityProject ManagementTask ManagementArazzoWorkflows
Provider
Workflows
complete-task
Read a task for its ETag then mark it complete.
Chains getTask and updateTask, passing the task ETag into the If-Match header and setting percentComplete to 100.
1
getTask
getTask
Read the task to capture its current ETag, which is required by the update step's If-Match header.
2
updateTask
updateTask
Patch the task to 100 percent complete. The If-Match header carries the ETag read in the prior step. Planner returns 200 with the updated task.