InterviewSolution
Saved Bookmarks
| 1. |
Explain the primary function of the built-in pub.flow:savePipeline service. |
|
Answer» The pub.flow:savePipeline service is used to save the current pipeline to a SPECIFIC location in memory on the Integration Server. Pipelines are stored in memory and can be RETRIEVED later with the pub.flow:restorePipeline service. Pub.flow:restorePipeline service restores a pipeline that has previously been saved by pub.flow:savePipeline. If that savePipeline is successfully invoked, a SNAPSHOT of pipeline fields will be saved under the key specified by $name. A pipeline is identified in memory by the string name "$name". If this VALUE is not provided, an exception will be thrown. |
|