Microsoft Planner · Arazzo Workflow
Microsoft Planner Add a Bucket and Task to an Existing Plan
Version 1.0.0
Confirm a plan exists, create a new bucket in it, then add a task to that bucket.
View Spec
View on GitHub
CollaborationMicrosoft-365ProductivityProject ManagementTask ManagementArazzoWorkflows
Provider
Workflows
add-bucket-task-to-plan
Add a new bucket and a task to an existing plan.
Chains getPlan, createBucket, and createTask, validating the plan and then carrying its id into the bucket and the bucket id into the task.
1
2
createBucket
Create a new bucket inside the confirmed plan. Planner returns 201 with the created bucket id.
3
createTask
Create a task in the plan and place it into the new bucket. Planner returns 201 with the created task id.
Source API Descriptions
openapi
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.