Add Task Dependents
asana_add_task_dependentsAdd dependent tasks to a specified task, blocking their start until the parent task is complete. Use this to enforce task order in Asana.
Instructions
Mark one or more tasks as dependents of a given task (i.e. those tasks cannot start until this task is complete). Returns an empty object {} on success. This is the inverse of asana_add_task_dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The GID of the task that the listed tasks depend on (numeric string, e.g. `'19234567890123'`). This task must complete before the dependents can start. | |
| dependents | Yes | Array of task GIDs that depend on this task (each a numeric string). These tasks are blocked until this task is complete. |