pipelineExecutionSteps property

List<PipelineExecutionStep>? pipelineExecutionSteps
final

A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that contains relevant information about the job created by the step.

Implementation

final List<PipelineExecutionStep>? pipelineExecutionSteps;