Milestone
Type: Object
A print milestone is a phase in production of a print job that represents a checkpoint or progress marker.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| autoComplete | Boolean! | Whether the milestone should be automatically completed when all contained operations are completed | ||
| completedAt | DateTime | The date and time when the milestone was completed | ||
| component | Component | The component that this milestone belongs to, this is optional and only set for milestones that are part of a component | ||
| componentId | ID | |||
| createdAt | DateTime! | |||
| customKind | String | The custom kind of milestone, this is used to specify a custom milestone that is not one of the predefined ones | ||
| deadline | DateTime | The deadline for the milestone to be completed | ||
| externalId | String | The external ID of the operation, for example in an ERP system. | ||
| id | ID! | |||
| job | Job! | The job that this milestone belongs to, this is always set | ||
| jobId | ID! | |||
| kind | PrintMilestoneKind! | The kind of milestone, or custom if it does not fit into the predefined ones | ||
| name | String! | The name of the milestone, for example 'PrePress', or 'Files in'. The name is unique per job and component. | ||
| notes | [Note!]! | filter: NoteFilterInputlimit: Intoffset: Intsort: [NoteSortInput] | The notes for the milestone | |
| operations | [Operation!]! | filter: OperationFilterInputlimit: Intoffset: Intsort: [OperationSortInput] | The operations that are included in this milestone | |
| progression | Int | The progression of the milestone, this is a number between 0 and 1000 that represents the milestone's position within the job. | ||
| remarks | String | Notes about the milestone | ||
| startedAt | DateTime | The date and time when the milestone was started | ||
| updatedAt | DateTime! |