Asana · Arazzo Workflow
Asana Triage and Tag a Task
Version 1.0.0
Create a task, place it in a section, and label it with a tag in one triage pass.
View Spec
View on GitHub
CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflowArazzoWorkflows
Provider
Workflows
triage-and-tag-task
Create a task, add it to a section, and apply a tag.
Creates a task, places it into a board section, then tags it for categorization.
1
createTask
$sourceDescriptions.asanaApi.createTask
Create the task in the workspace.
2
addToSection
$sourceDescriptions.asanaApi.addTaskForSection
Move the new task into the target section.
3
applyTag
$sourceDescriptions.asanaApi.addTagForTask
Apply the tag to the task for categorization.