Asana · Arazzo Workflow
Asana Assign and Add Followers to a Task
Version 1.0.0
Create a task, assign it to an owner, and add followers who should be notified.
View Spec
View on GitHub
CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflowArazzoWorkflows
Provider
Workflows
assign-and-follow-task
Create an assigned task and add followers to it.
Creates a task assigned to an owner, then adds followers to it.
1
createAssignedTask
$sourceDescriptions.asanaApi.createTask
Create the task and assign it to the owner.
2
addFollowers
$sourceDescriptions.asanaApi.addFollowersForTask
Add followers who should be notified on the task.