Asana · Arazzo Workflow
Asana Add an Existing Task to a Project Section
Version 1.0.0
Confirm a task exists, add it to a project section, and note the move with a comment.
View Spec
View on GitHub
CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflowArazzoWorkflows
Provider
Workflows
add-existing-task-to-project
Add a task to a project section and note the move with a comment.
Reads a task, adds it to a project section, then posts a comment noting the move.
1
readTask
$sourceDescriptions.asanaApi.getTask
Read the task to confirm it exists before moving it.
2
addToProject
$sourceDescriptions.asanaApi.addProjectForTask
Add the task to the project and place it in the section.
3
postNote
$sourceDescriptions.asanaApi.createStoryForTask
Post a comment noting the move.