addPipeline

declare function addPipeline<Payload extends object = any>(pipelineSchema: IPipelineSchema<Payload>): string;

Registers a pipeline schema, validates it, and adds it to the pipeline schema service.

Parameter Description
pipelineSchema The pipeline schema to register.