• Retrieves a pipeline schema by its name from the swarm's pipeline schema service. Logs the operation if logging is enabled in the global configuration.

    Parameters

    • pipelineName: string

      The name of the pipeline to retrieve.

    Returns IPipelineSchema<any>

    The pipeline schema associated with the provided pipeline name.

    getPipeline