Loading TOC...

p:get

p:get(
   $pipeline-name as xs:string
) as element(p:pipeline)

Summary

Find a particular pipeline.

Parameters
pipeline-name The name of the pipeline to get. An error is raised if no such pipeline exists.

Example

  xquery version "1.0-ml";
  import module namespace p = "http://marklogic.com/cpf/pipelines" 
		  at "/MarkLogic/cpf/pipelines.xqy";

  p:get( "Link Maintenance" )
  

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.