Loading TOC...

info:flow-start

info:flow-start(
   $flow-id as xs:string
) as xs:string

Summary

[DEPRECATED] This function starts (or "plays") the flow. If the flow does not exist, an exception is thrown.

Parameters
flow-id The ID of the flow.

Example

  xquery version "1.0-ml"; 

  import module namespace info = "http://marklogic.com/appservices/infostudio"  
      at "/MarkLogic/appservices/infostudio/info.xqy";

  info:flow-start("6184479677280143786")

  (: Starts the specified flow to load the database.  :)
     

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