Interface
Current step of a job.
Properties
Property | Type | Notes |
---|---|---|
string | User or group the step is assigned to. Not used when | |
Assignment type. | ||
boolean | Indicates whether the step can be completed without it first being run. | |
boolean | Indicates there are dependencies for the step. | |
Date | The release date for a scheduled hold. | |
boolean | Indicates that there is a manual or scheduled hold on the step. | |
string | Step id. | |
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.