Add Task Dependencies
asana_add_task_dependenciesAdd dependencies to an Asana task to prevent it from starting until the required prerequisite tasks are finished, ensuring correct workflow order.
Instructions
Mark one or more tasks as dependencies of a given task (i.e. the given task cannot start until the dependency tasks are complete). Returns an empty object {} on success. Use asana_get_task with opt_fields=dependencies to verify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The GID of the task that will depend on the listed tasks (numeric string, e.g. `'19234567890123'`). | |
| dependencies | Yes | Array of task GIDs that this task depends on (each a numeric string). These tasks must be completed before this task can start. |