OperationFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| actualCompletionAt | OperationFilterActualCompletionAt | The completion time for the task. | |
| actualStartAt | OperationFilterActualStartAt | The actual start time for the task. | |
| and | [OperationFilterInput!] | ||
| component | ComponentFilterInput | The component that this operation belongs to, this is optional and only set for operations that are part of a component | |
| componentId | OperationFilterComponentId | ||
| createdAt | OperationFilterCreatedAt | ||
| customKind | OperationFilterCustomKind | Custom operation name when kind is :custom | |
| deadline | OperationFilterDeadline | The deadline for the operation to be completed | |
| expectedDuration | OperationFilterExpectedDuration | The expected duration of the operation in seconds | |
| externalId | OperationFilterExternalId | The external ID of the operation, for example in an ERP system. | |
| files | FileFilterInput | The files for the operation, such as paths or other data | |
| id | OperationFilterId | ||
| incomingDependencies | OperationDependencyFilterInput | The operations that must have been completed before this operation can start | |
| intendedResource | ResourceFilterInput | Planned allocation - planned for a specific resource | |
| intendedResourceId | OperationFilterIntendedResourceId | ||
| job | JobFilterInput | The job that this operation belongs to, this is always set | |
| jobId | OperationFilterJobId | ||
| kind | OperationFilterKind | The kind of operation/process being performed | |
| metadata | OperationFilterMetadata | Instance-specific data for the task. | |
| milestone | MilestoneFilterInput | The milestone that this operation belongs to, this is optional and only set for operations that are part of a milestone | |
| milestoneId | OperationFilterMilestoneId | ||
| name | OperationFilterName | The name of the operation, for example 'Printing'. | |
| not | [OperationFilterInput!] | ||
| notes | NoteFilterInput | The notes for the operation | |
| operationInputs | OperationInputFilterInput | The inputs for the operation, created on consumption | |
| operationOutputs | OperationOutputFilterInput | The outputs for the operation, created on production | |
| or | [OperationFilterInput!] | ||
| outgoingDependencies | OperationDependencyFilterInput | The operations that require the output of this operation | |
| productionQuantity | OperationFilterProductionQuantity | The quantity of material that should be produced in this operation | |
| remarks | OperationFilterRemarks | Notes about the operation, for example 'Printing the front and back of the document'. | |
| requiredResourceType | OperationFilterRequiredResourceType | Type of resource required to perform this operation (e.g., :offset_press_sheetfed) | |
| resource | ResourceFilterInput | Firm allocation - is running on a specific resource | |
| resourceId | OperationFilterResourceId | ||
| scheduledCompletionAt | OperationFilterScheduledCompletionAt | The scheduled completion time for the task. | |
| scheduledStartAt | OperationFilterScheduledStartAt | The scheduled start time for the task. | |
| scheduleEntries | ScheduleEntryFilterInput | The schedule entries that belong to this operation | |
| state | OperationFilterState | The current state of the operation. | |
| updatedAt | OperationFilterUpdatedAt |