Skip to main content

ConsumedSerial

Represents an consumed serial on an operation order.

type ConsumedSerial {
id: String!
value: String
attr: Attribute!
externalId: String @deprecated
}

Fields

ConsumedSerial.id ● String! non-null scalar

Attribute ID (in the format [Process ID]-[Attribute ID]).

ConsumedSerial.value ● String scalar

The consumed serial value (i.e. scanned value).

ConsumedSerial.attr ● Attribute! non-null object

Process attribute where serial captured.

Show deprecated

Member Of

OperationSummary object