Skip to main content

OperationOrderComplete

Represents a completed operation order with summary and state information.

type OperationOrderComplete {
externalOrderId: String!
operation: Operation
wip: Boolean
operationSummary: OperationSummary!
endState: State
}

Fields

OperationOrderComplete.externalOrderId ● String! non-null scalar

External order identifier.

OperationOrderComplete.operation ● Operation object

Product or process that was completed.

OperationOrderComplete.wip ● Boolean scalar

True if this is not the root ordered operation.

OperationOrderComplete.operationSummary ● OperationSummary! non-null object

Summary of the operation execution.

OperationOrderComplete.endState ● State object

End build state for this operation (state of last completed process in product or subassembly operation complete).

Returned By

operationOrderCompletes query ● operationOrderCompletesStream subscription