Asana · Arazzo Workflow
Asana Find, Comment On, and Complete a Task
Version 1.0.0
Read a task, post a closing comment, and mark it complete in a single closeout pass.
View Spec
View on GitHub
CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflowArazzoWorkflows
Provider
Workflows
complete-task-with-comment
Comment on a task and mark it complete unless it is already done.
Reads a task, branches on its completed flag, posts a closing comment, and marks the task complete.
1
readTask
$sourceDescriptions.asanaApi.getTask
Read the task and capture its current completed state.
2
postClosingComment
$sourceDescriptions.asanaApi.createStoryForTask
Post a closing comment describing the resolution.
3
completeTask
$sourceDescriptions.asanaApi.updateTask
Mark the task complete.