Loading a Saved Pipeline while Debugging
When you load a pipeline file into Variables view, the contents of the pipeline file completely replaces the current pipeline. Designer passes the new set of values to the next step. If you want to merge the contents of the file with the existing pipeline, use the pub.flow:restorePipelineFromFile service instead and set its merge parameter to “true.”
To load a pipeline file into Variables view while debugging
2. In the debug session, use the step command or a breakpoint to reach the step for which you want to load the saved pipeline.
3. Do one of the following:
To load the pipeline from your local file system, click
on the Variables view toolbar. In the
Open dialog box, navigate to and select the file. Click
Open.
To load the pipeline from the
IntegrationServer_directory\instances\
instance_name\pipeline directory on the machine on which
Integration Server reside, click
on the Variables view toolbar. In the
Load IData from Server dialog box, specify the name for the file containing the pipeline contents.
4. Continue debugging the service using the step commands or selecting Run > Resume.