State
Represents the state of work at a specific point in time.
type State {
station: Station!
operator: User!
producedSerial: String
at: Time!
}
Fields
State.station ● Station! non-null object
Station where the work was last performed.
State.operator ● User! non-null object
Operator who performed the build.
State.producedSerial ● String scalar
Captured serial number value (if available).
State.at ● Time! non-null scalar
Timestamp when captured for operation (completion time if completed).
Member Of
OperationOrderComplete object