Reject
When a part is determined to be defective, it may be Rejected via the Operator Dashboard or through the Quality functionality within MachineMetrics. Rejects come in two types: Scrap and Non-Conform. Further, each Reject is assigned a Reject Reason.
type Reject {
machine: MachineTP
rejectId: String
rejectReason: RejectReason
rejectType: String
rejectedAt: timestamptz
value: Int
}
Fields
Reject.machine ● MachineTP object
The machine the event originates from.
Reject.rejectId ● String scalar
A globally unique identifier (UUID) for the reject.
Reject.rejectReason ● RejectReason object
Reject.rejectType ● String scalar
Reject.rejectedAt ● timestamptz scalar
Reject.value ● Int scalar
The value observed at the eventTime.
Returned By
rejects query
Member Of
business_machine object ● MachineTP object ● RejectReason object