CreateMilestoneInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| 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 | |
| componentId | ID | ||
| 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. | |
| 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. | |
| 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 |