asana_add_task_dependencies
Set task dependencies in Asana by specifying the task ID and an array of dependent task IDs. Defines which tasks must be completed first for clear project ordering.
Instructions
Set dependencies for a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to add dependencies to | |
| dependencies | Yes | Array of task IDs that this task depends on |