Microsoft Planner · Arazzo Workflow
Microsoft Planner Create a Task and Populate Its Details
Version 1.0.0
Create a task in a plan, then read and update its task details with a description and checklist.
View Spec
View on GitHub
CollaborationMicrosoft 365ProductivityProject ManagementTask ManagementArazzoWorkflows
Provider
Workflows
create-task-with-details
Create a task and set its description and checklist via task details.
Chains createTask, getTaskDetails (to obtain the ETag), and updateTaskDetails, passing the task id forward and the details ETag into the If-Match header.
1
createTask
createTask
Create the task in the supplied plan (and optional bucket). Planner returns 201 with the created task id.
2
getTaskDetails
getTaskDetails
Read the task details resource that was created alongside the task to capture its current ETag before patching.
3
updateTaskDetails
updateTaskDetails
Patch the task details with the description, optional checklist, and preview type. The If-Match header carries the ETag read in the prior step. Planner returns 200 with the updated task details.