Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.95 KB

MilestoneCreate.md

File metadata and controls

24 lines (20 loc) · 1.95 KB

MissionControl.MilestoneCreate

Properties

Name Type Description Notes
kind String The kind of a milestone represents the classification of that Milestone within the printing life cycle. This could be something well-known such as "prepress" or for custom groups of Worksteps, can be set to "custom", in which case it is required to set the `description` attribute. [optional]
description String A short, human readable description of this Milestone. Required to be used if the `kind` attribute is set to `custom`, otherwise optional. [optional]
position Number A simple sort-order of the Milestones for this job. The lower the number, the earlier in the workflow this Milestone sits. If no `custom` Milestones are present, this can be left blank for all milestones and they will be sorted accordingly. [optional]
jobId String [optional]
expectedStartAt Date The predicted or expected starting timestamp for worksteps within this Milestone to be commenced. [optional]
actualStartAt Date The actual time that work on this Milestone was begun. Automatically calculated from the first commenced workstep within the Milestone if not explicitly set. [optional]
expectedFinishAt Date The predicted or expected finishing timestamp for worksteps within this Milestone to be completed. [optional]
actualFinishAt Date The actual time that work on this Milestone was completed. Automatically calculated from the final completion timestamp of the contained worksteps if not explicitly set. [optional]

Enum: KindEnum

  • estimation (value: "estimation")
  • logistics (value: "logistics")
  • other (value: "other")
  • postpress (value: "postpress")
  • prepress (value: "prepress")
  • press (value: "press")