JobProduct
Type: Object
A tangible, intermediate product with a specific state. This is the "item" that flows between tasks.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| component | Component | The component associated with the job product - for example printed sheets. If this acts on an assembled job, this should be null | ||
| componentId | ID | |||
| createdAt | DateTime! | |||
| id | ID! | |||
| job | Job! | The job associated with the job product. | ||
| jobId | ID! | |||
| metadata | JsonString | Product-specific metadata. | ||
| name | String! | The name of the job product. | ||
| operationInputs | [OperationInput!]! | filter: OperationInputFilterInputlimit: Intoffset: Intsort: [OperationInputSortInput] | The operation inputs associated with the job product. | |
| operationOutputs | [OperationOutput!]! | filter: OperationOutputFilterInputlimit: Intoffset: Intsort: [OperationOutputSortInput] | The operation outputs associated with the job product. | |
| updatedAt | DateTime! |