Asana · Arazzo Workflow
Asana Provision a Tag and Label a Task
Version 1.0.0
Create a tag in a workspace and immediately apply it to an existing task.
View Spec
View on GitHub
CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflowArazzoWorkflows
Provider
Workflows
provision-tag-and-label-task
Create a workspace tag and apply it to a task.
Creates a tag in a workspace, then labels an existing task with it.
1
createTag
$sourceDescriptions.asanaApi.createTagForWorkspace
Create a new tag in the workspace.
2
labelTask
$sourceDescriptions.asanaApi.addTagForTask
Apply the new tag to the existing task.