TaskPredecessors
Returns task predecessors. A task which has predecessors cannot be completed unless they are first, so they are essentially blocking a task.
Columns
| Name | Type | References | |
| TaskId | Integer |
Tasks.Id | |
| Id [KEY] | String | ||
| Name | String | ||
| ProjectId | String |
Projects.Id | |
| ProjectType | String | ||
| DependentCant | String | ||
| Hardness | String | ||
| PredecessorMust | String | ||
| ResponsiblePartyId | String | ||
| ResponsiblePartyNames | String | ||
| ResponsiblePartySummary | String |