Skip to main content

ConsumedSerialAttribute

Represents serial attribute with quantity consumed in the operation.

type ConsumedSerialAttribute {
id: String!
attr: Attribute!
quantity: Int!
name: String! @deprecated
externalId: String @deprecated
}

Fields

ConsumedSerialAttribute.id ● String! non-null scalar

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

ConsumedSerialAttribute.attr ● Attribute! non-null object

Process attribute where this serial captured

ConsumedSerialAttribute.quantity ● Int! non-null scalar

Number of times the attribute is captured within the operation.

Show deprecated

Member Of

Operation object