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 |
Partial pipeline schema with updates to be applied to the existing pipeline configuration. |