Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Flow Folder | Summary of Elements in this Folder | pub.flow:savePipeline
 
pub.flow:savePipeline
WmPublic. Saves a pipeline into memory, for later retrieval with pub.flow:restorePipeline.
Input Parameters
$name
String Name that will identify the pipeline in memory. An exception will be thrown if this value is not specified.
Output Parameters
None.
Usage Notes
After a successful invocation of savePipeline, a snapshot of pipeline fields will be saved in memory under the key provided by $name. Note that because the pipeline is saved to memory, it will not be available after a server restart.
When using MTOM streaming for SOAP attachments, messageContext variables and/or XOPObject fields will not be available in the saved pipeline. A messageContext variable is used by many pub.soap services to hold the SOAP message on which the service acts. XOPObject fields are Objects that use the com.wm.util.XOPObject Java wrapper type. For more information about MTOM Streaming, see the Web Services Developer’s Guide.
This service is helpful in the interactive development or debugging of an application.
See Also
pub.flow:restorePipeline
pub.flow:savePipelineToFile