interface ReleaseDefinitionDeployStep {
    id?: number;
    tasks?: WorkflowTask[];
}

Hierarchy (View Summary)

Properties

Properties

id?: number

ID of the approval or deploy step.

tasks?: WorkflowTask[]

The list of steps for this definition.