Resource
Type: Object
An individual, group of people, physical machine or resource in the factory.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| assignedOperations | [Operation!]! | filter: OperationFilterInputlimit: Intoffset: Intsort: [OperationSortInput] | The operations that are currently assigned to this resource. | |
| createdAt | DateTime! | |||
| currentStatus | ResourceStatus | The most recent status entry recorded for this resource. | ||
| deviceId | String | The device ID of the resource, if relevant | ||
| deviceResources | [DeviceResource!]! | filter: DeviceResourceFilterInputlimit: Intoffset: Intsort: [DeviceResourceSortInput] | The connections to devices that can control this resource, if appropriate; | |
| for example a DFE for one or more printing presses. | ||||
| id | ID! | |||
| intendedOperations | [Operation!]! | filter: OperationFilterInputlimit: Intoffset: Intsort: [OperationSortInput] | The operations that are intended to be performed by this resource. | |
| For scheduling reasons, operations might be assigned to a resource | ||||
| that was not the original intended production resource. | ||||
| line | Resource | Resources can be assembled into production lines, for example a printing | ||
| press with a book block production machine attached inline. This allows | ||||
| resources to be added together, such that they can perform compount tasks. |
Each resource still is responsible for its own operations and capabilities, so the operable qualities of the line are those of the "broadest path" through it. | | | lineId | ID | | | | | linePosition | Int | | The position of the resource in the production line. | | | lineResources | [Resource!]! | filter: ResourceFilterInputlimit: Intoffset: Intsort: [ResourceSortInput] | The resources that are part of this line. | | | manufacturer | String | | The manufacturer of the resource | | | model | String | | The model of the resource | | | name | String! | | The name of the specific resource. | | | processCapabilities | [ProcessCapability!]! | | List of processes this resource can perform with performance characteristics | | | resourceProperties | ResourceProperties | | Resource-specific capabilities and constraints | | | serialNumber | String | | The serial number of the resource | | | statuses | [ResourceStatus!]! | filter: ResourceStatusFilterInputlimit: Intoffset: Intsort: [ResourceStatusSortInput] | The status entries recorded for this resource. | | | updatedAt | DateTime! | | | | | year | Int | | The year the resource was manufactured | |