Adds a 'waiting on' or 'blocking' dependency to a task, requiring either `depends_on` (task becomes waiting on) or `dependency_of` (task becomes blocking), but not both; `team_id` is required if `custom_task_ids` is true.
task_idRequiredstringUnique identifier of the task to which a dependency relationship will be added.
team_idstringTeam ID, required if `custom_task_ids` is true to look up tasks by custom IDs (unique per team).
depends_onstringID of the task that `task_id` will depend on ('waiting on' relationship). Use this or `dependency_of`, not both.
dependency_ofstringID of the task that will depend on `task_id` ('blocking' relationship). Use this or `depends_on`, not both.
custom_task_idsbooleanIf true, `task_id` and related task IDs are custom (text-based), requiring `team_id`.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.