Task dependencies define ordering relationships between tasks: blocking, waiting on, or linked.
Create and remove dependency links to enforce task sequencing. Dependencies are reflected in Gantt charts and can prevent downstream tasks from starting until blockers are resolved.
Timestamp when this task dependency was created.
ID of the person who created this task dependency.
Timestamp when this task dependency was deleted, or null if not deleted.
The dependent task object (the task that depends on the primary task).
ID of the dependent task (the task that depends on the primary task).
The unique identifier of this task dependency.
The organization this task dependency belongs to.
ID of the project this task dependency belongs to.
The reverse dependency object linking the same two tasks from the opposite direction.
The primary task object (the task that blocks or is linked to the dependent task).
ID of the primary task (the task that blocks or is linked to the dependent task).
The dependency type: 1 = blocking, 2 = waiting on, 3 = linked.
1
2
3
Timestamp when this task dependency was last updated.
ID of the person who last updated this task dependency.