interface TaskOrchestrationPlan {
    artifactLocation?: string;
    artifactUri?: string;
    definition?: TaskOrchestrationOwner;
    environment?: PlanEnvironment;
    expandedYaml?: TaskLogReference;
    finishTime?: Date;
    implementation?: TaskOrchestrationContainer;
    initializationLog?: TaskLogReference;
    owner?: TaskOrchestrationOwner;
    planGroup?: string;
    planId?: string;
    planType?: string;
    requestedById?: string;
    requestedForId?: string;
    result?: TaskResult;
    resultCode?: string;
    scopeIdentifier?: string;
    startTime?: Date;
    state?: TaskOrchestrationPlanState;
    timeline?: TimelineReference;
    version?: number;
}

Hierarchy (View Summary)

Properties

artifactLocation?: string
artifactUri?: string
environment?: PlanEnvironment
expandedYaml?: TaskLogReference
finishTime?: Date
initializationLog?: TaskLogReference
planGroup?: string
planId?: string
planType?: string
requestedById?: string
requestedForId?: string
result?: TaskResult
resultCode?: string
scopeIdentifier?: string
startTime?: Date
version?: number