Asana · Arazzo Workflow
Asana Create a Task and Nest It Under a Parent
Version 1.0.0
Create a standalone task and then set its parent so it becomes a subtask.
View Spec
View on GitHub
CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflowArazzoWorkflows
Provider
Workflows
promote-task-to-subtask
Create a task and nest it under a parent task.
Creates a task, then sets its parent so it becomes a subtask.
1
createTask
$sourceDescriptions.asanaApi.createTask
Create the standalone task in the workspace.
2
setParent
$sourceDescriptions.asanaApi.setParentForTask
Nest the new task under the parent task.