Skip to main content

ProcessDependencyInput

Process dependency in product workflow.

input ProcessDependencyInput {
processId: String!
upstreamProcessId: String!
quantity: Int
}

Fields

ProcessDependencyInput.processId ● String! non-null scalar

Process identifier.

ProcessDependencyInput.upstreamProcessId ● String! non-null scalar

Upstream process identifier.

ProcessDependencyInput.quantity ● Int scalar

Number of times upstream process must be completed.

Member Of

ProductInput input