Private ReadonlypipelinesPrivate ReadonlyparallelPrivate ReadonlydefaultRun all pipelines and return an aggregated OrchestratorResult.
OptionaloverrideOptions: PipelineOptionsOptions forwarded to every pipeline, merged on
top of defaultOptions.
Private_Run a single pipeline, wrapping any unexpected throws in a failed result.
Private_Aggregate individual pipeline results into a single orchestrator result.
Orchestrates the execution of one or more
ContentPipelineinstances.Key behaviours:
config.parallel = trueall pipelines run viaPromise.allSettledfor throughput and robust error handling; otherwise they execute sequentially for predictable log output.PipelineResultobjects are merged into a singleOrchestratorResult.