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
Read the destination bucket to confirm it exists and capture the plan it belongs to before moving the task.
2
3
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.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.