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.
Parameters
Parameter |
Description |
pipelineSchema |
The pipeline schema to register. |