Represents a reference to an orchestration plan.

interface TaskOrchestrationPlanReference {
    orchestrationType?: number;
    planId?: string;
}

Properties

orchestrationType?: number

The type of the plan.

planId?: string

The ID of the plan.