OperationProgressFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [OperationProgressFilterInput!] | ||
| component | ComponentFilterInput | The component this progress record is associated with | |
| componentId | OperationProgressFilterComponentId | ||
| deadline | OperationProgressFilterDeadline | The deadline for the operation, if applicable. | |
| id | OperationProgressFilterId | ||
| not | [OperationProgressFilterInput!] | ||
| operation | OperationFilterInput | The operation this progress record is associated with | |
| operationId | OperationProgressFilterOperationId | ||
| or | [OperationProgressFilterInput!] | ||
| progress | OperationProgressFilterProgress | The progress of completion for the operation in units provided by the unit attribute. | |
| resource | ResourceFilterInput | The resource that this progress record is associated with | |
| resourceId | OperationProgressFilterResourceId | ||
| state | OperationProgressFilterState | The current status of the operation, e.g., 'in_progress', 'completed', 'failed'. | |
| stateSince | OperationProgressFilterStateSince | The timestamp when the current state was set. | |
| targetProduction | OperationProgressFilterTargetProduction | The target production quantity for the operation, in the same units as unit. | |
| timePlanned | OperationProgressFilterTimePlanned | The planned time for the operation in seconds. | |
| timeRemaining | OperationProgressFilterTimeRemaining | The estimated time remaining for the operation in seconds. | |
| timeSpent | OperationProgressFilterTimeSpent | The time spent on the operation in seconds. | |
| timestamp | OperationProgressFilterTimestamp | The timestamp when the progress record was created or last updated. | |
| unit | OperationProgressFilterUnit | The unit of measurement for the progress, e.g., 'mm', 'cm', 'inches'. | |
| waste | OperationProgressFilterWaste | The amount of waste generated during the operation, in the same units as unit. |