projectTaskPredecessor
Tracks predecessor relationships between project tasks, used for scheduling and dependency management.
Columns
| Name | Type | References | Description |
| lagdays | Double | The lag time between tasks, typically used to define the delay or waiting period between the completion of one task and the start of the next. | |
| predecessor | String | The task that must be completed before the current task can begin, used to define task dependencies in project management. | |
| successor | String | The task that follows the current task, often used to define the next dependent task in a sequence or workflow. |