The manufacturing order operation row object

AttributeDescription
idUnique identifier for the object.
statusStatus of the operation. Possible values are “NOT_STARTED”, “BLOCKED”, "IN_PROGRESS", "PAUSED", and “COMPLETED”.
rankA numerical value used for ranking the operations. We use an internal numeration system where values are not sequential. Operations with a higher value are ranked first.
manufacturing_order_idThe ID of the manufacturing order the operation row belongs to.
operation_idThe ID of the operation needed to perform to make the product on the manufacturing order.
operation_nameThe name of the operation needed to perform to make the product on the manufacturing order.
resource_idThe ID of the workstation or a person required for completing a certain operation.
resource_nameThe name of the workstation or a person required for completing a certain operation.
assigned_operatorsAn array of operators assigned to the task.
assigned_operators.operator_idThe ID of the operator assigned to the task.
assigned_operators.nameThe name of the operator assigned to the task.
assigned_operators.deleted_atThe timestamp when the operator object was deleted.
completed_by_operatorsAn array of operators who completed the task.
completed_by_operators.operator_idThe ID of the operator who completed the task.
completed_by_operators.nameThe name of the operator who completed the task.
completed_by_operators.deleted_atThe timestamp when the operator object was deleted.
active_operator_idThe ID of the operator who is active on the task.
planned_time_per_unitThe planned duration of the operation to manufacture one unit of the product measured in seconds.
total_actual_timeThe total actual time for completing the manufacturing order operation measured in seconds.
planned_cost_per_unitThe planned operation cost to make one unit of the product. planned_cost_per_unit = cost_per_hour * (planned_time_per_unit / 3600).
total_actual_costThe total actual cost of this operation step for making the inserted amount of products. total_actual_cost = cost_per_hour * (total_actual_time / 3600).
cost_per_hourThe average hourly cost for the resource to perform the operation.
group_boundaryA numerical value that is used to group manufacturing operations that are to be performed in parallel order.
is_status_actionableA boolean value that is used to determine if an operation status can be changed or not. Operations that have is_status_actionable equal to false, their status can not be changed.
completed_atThe timestamp when the operation was completed.
created_atThe timestamp when the manufacturing order recipe row was created.
updated_atThe timestamp when the manufacturing order recipe row was last updated.
deleted_atThe timestamp when the manufacturing order recipe row was deleted.