Skip to content

Home > @idealeap/pipeline > PipelineContext

PipelineContext interface

Represents the context in which a pipeline operates.

Signature:

typescript
export interface PipelineContext
export interface PipelineContext

Properties

PropertyModifiersTypeDescription
abortControllerAbortControllerAn abort controller to signal and handle aborting pipeline operations.
emitterEventEmitterAn event emitter for the pipeline to emit and listen to custom events.
stepParamsRecord<string, any>A record of parameters for the steps in the pipeline.
stepResultsRecord<string, any>A record of results from previously executed steps in the pipeline.

Released under the MIT License.