Readonly
firstIn the order, this is the index of the first step that is executed PipelineStepStage#OncePerRequest|once per request. If it is "out of bounds" (i.e., the number of steps), all steps are executed PipelineStepStage#OncePerFile|once per file.
Readonly
orderReadonly
steps
A pipeline is a collection of steps that are executed in a certain order. It is to be created createPipeline.
If you want to get the type of all steps in the pipeline (given they are created canonically using const step names), refer to PipelineStepNames.