Skip to main content

ConsumedSerial

Represents an consumed serial on an operation order.

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

Fields

ConsumedSerial.resultId ● Int! non-null scalar

Unique identifier (the result capture id).

ConsumedSerial.attrId ● 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