Interface
Current step of a job.
Properties
Property | Type | Notes |
---|---|---|
assignedTo | string | User or group the step is assigned to. Not used when |
assignedType | AssignedType | Assignment type. |
canSkip | boolean | Indicates whether the step can be completed without it first being run. |
dependencies | boolean | Indicates there are dependencies for the step. |
holdScheduledRelease | Date | The release date for a scheduled hold. |
manualHold | boolean | Indicates that there is a manual or scheduled hold on the step. |
stepId | string | Step id. |
stepName | string | Step name. |
assignedTo
assignedTo: string
User or group the step is assigned to. Not used when assignedType=Unassigned
.
assignedType
Interface PropertyassignedType: AssignedType
Assignment type.
canSkip
canSkip: boolean
Indicates whether the step can be completed without it first being run.
dependencies
dependencies: boolean
Indicates there are dependencies for the step.
holdScheduledRelease
holdScheduledRelease: Date
The release date for a scheduled hold.