ScheduledProductionTask
A single scheduled production task — a time slot on a production line with assigned operators. Tasks are the building blocks of the production schedule.
Production task identifier.
8291Task name.
Batch 1 - MixingType of task: work_order — production run for a work order. maintenance — scheduled equipment maintenance. cleaning — line cleaning or sanitation.
Possible values: [work_order, maintenance, cleaning]
work_orderOrder in which this task should be executed within the work order.
1Assigned production line identifier.
12Display name of the production line.
Line A - MixingScheduled start time (ISO 8601).
2025-04-10T08:00:00ZScheduled end time (ISO 8601).
2025-04-10T14:00:00ZPlanned duration in minutes.
360operators object[]
Operators assigned to this production task.
Operator identifier.
usr-00412Display name of the operator.
Maria GarciaRole in which this person is assigned: operator — production worker. supervisor — shift or line supervisor. qc_inspector — quality control inspector.
Possible values: [operator, supervisor, qc_inspector]
operatorWhen the operator was assigned (ISO 8601).
2025-04-08T10:30:00Z{
"taskId": "8291",
"name": "Batch 1 - Mixing",
"taskType": "work_order",
"sequenceNumber": 1,
"productionLineId": "12",
"productionLineName": "Line A - Mixing",
"plannedStartDateTime": "2025-04-10T08:00:00Z",
"plannedEndDateTime": "2025-04-10T14:00:00Z",
"plannedDurationMinutes": 360,
"operators": [
{
"operatorId": "usr-00412",
"operatorName": "Maria Garcia",
"assignmentType": "operator",
"assignedAt": "2025-04-08T10:30:00Z"
}
]
}