Skip to main content

operationOrderProgressStream

Subscribe to per-completion progress events for operation orders.

operationOrderProgressStream(
where: OperationOrderProgressBoolExp
cursor: OperationOrderProgressStreamCursorInput!
batchSize: Int!
): [OperationOrderProgress!]

Arguments

operationOrderProgressStream.where ● OperationOrderProgressBoolExp input

operationOrderProgressStream.cursor ● OperationOrderProgressStreamCursorInput! non-null input

operationOrderProgressStream.batchSize ● Int! non-null scalar

Type

OperationOrderProgress object

A single completion event within an operation order (process or product/workflow). Check completedSubOperation.isProcess to distinguish.