Microsoft Planner · Arazzo Workflow
Microsoft Planner Move a Task Into a Different Bucket
Version 1.0.0
Confirm the target bucket exists, read the task ETag, then reassign the task to that bucket.
View Spec
View on GitHub
CollaborationMicrosoft 365ProductivityProject ManagementTask ManagementArazzoWorkflows
Provider
Workflows
move-task-to-bucket
Validate a bucket then move a task into it.
Chains getBucket, getTask, and updateTask, confirming the destination bucket and carrying the task ETag into the If-Match header of the move.
1
getBucket
getBucket
Read the destination bucket to confirm it exists and capture the plan it belongs to before moving the task.
2
getTask
getTask
Read the task to capture its current ETag for the If-Match header used by the move.
3
updateTask
updateTask
Patch the task to set its bucketId to the destination bucket. The If-Match header carries the task ETag. Planner returns 200 with the updated task.