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
getPlan
getPlan
Read the target plan to confirm it exists before adding a bucket and task.
2
createBucket
createBucket
Create a new bucket inside the confirmed plan. Planner returns 201 with the created bucket id.
3
createTask
createTask
Create a task in the plan and place it into the new bucket. Planner returns 201 with the created task id.