asana_add_task_dependents
Add dependent tasks to an Asana task by providing the task ID and an array of dependent task IDs. Set task dependencies to specify which tasks rely on the current task.
Instructions
Set dependents for a task (tasks that depend on this task)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to add dependents to | |
| dependents | Yes | Array of task IDs that depend on this task |