Skip to main content

TaskOperator

An operator assigned to a production task.

operatorIdstring

Operator identifier.

Example: usr-00412
operatorNamestring

Display name of the operator.

Example: Maria Garcia
assignmentTypestring

Role 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]

Example: operator
assignedAtstring<date-time>

When the operator was assigned (ISO 8601).

Example: 2025-04-08T10:30:00Z
TaskOperator
{
"operatorId": "usr-00412",
"operatorName": "Maria Garcia",
"assignmentType": "operator",
"assignedAt": "2025-04-08T10:30:00Z"
}