Asana · Arazzo Workflow
Asana Create Dependent Tasks
Version 1.0.0
Create a blocking task and a dependent task, then wire the dependency between them.
View Spec
View on GitHub
CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflowArazzoWorkflows
Provider
Workflows
link-task-dependencies
Create two tasks and mark one as dependent on the other.
Creates a blocking task and a dependent task, then adds the dependency.
1
createBlockingTask
$sourceDescriptions.asanaApi.createTask
Create the task that must complete first.
2
createDependentTask
$sourceDescriptions.asanaApi.createTask
Create the task that is blocked by the first task.
3
addDependency
$sourceDescriptions.asanaApi.addDependenciesForTask
Declare the dependent task as blocked by the blocking task.