Microsoft Planner · Arazzo Workflow
Microsoft Planner Stand Up a Plan with a Bucket and First Task
Version 1.0.0
Create a plan in a group, add a bucket to it, then create the first task in that bucket.
View Spec
View on GitHub
CollaborationMicrosoft 365ProductivityProject ManagementTask ManagementArazzoWorkflows
Provider
Workflows
create-plan-bucket-task
Create a plan, a bucket inside it, and a first task inside the bucket.
Bootstraps a Planner workspace by chaining createPlan, createBucket, and createTask, carrying the plan id into the bucket and the plan and bucket ids into the task.
1
createPlan
createPlan
Create a new plan contained by the supplied Microsoft 365 group. Planner returns 201 with the created plan including its id and ETag.
2
createBucket
createBucket
Create a bucket inside the newly created plan so tasks can be organized. Planner returns 201 with the created bucket id.
3
createTask
createTask
Create the first task in the plan and place it into the new bucket. Planner returns 201 with the created task id.