manufacturingOperationTaskPredecessor
Manages dependencies between manufacturing tasks to ensure accurate production sequencing.
Columns
| Name | Type | References | Description |
| enddate | Date | End date of the predecessor operation task. | |
| lagamount | Integer | Amount of lag time between tasks. | |
| lagtype | String | Type of lag applied between tasks (such as fixed, percentage-based). | |
| lagunits | String | Units of lag time (such as minutes, hours, days). | |
| manufacturingoperationtask | String | Manufacturing operation task that depends on the predecessor task. | |
| startdate | Date | Start date of the predecessor operation task. | |
| task | String | Predecessor task that must be completed before the current task begins. |