A reference to a task definition.

interface TaskDefinitionReference {
    definitionType?: string;
    id: string;
    versionSpec: string;
}

Properties

definitionType?: string

The type of task (task or task group).

id: string

The ID of the task.

versionSpec: string

The version of the task.