InterviewSolution
Saved Bookmarks
| 1. |
Describe what happens when you invoke the pub.flow:tracePipeline service and pub.flow:clearPipeline. |
|
Answer» When you INVOKE the pub.flow:tracePipeline service, the names, and values of all pipeline fields are WRITTEN to the SERVER log. When you invoke pub.flow:clearPipeline, all pipeline fields are REMOVED or cleared. You can SPECIFY fields that shouldn't be removed/cleared using this service. |
|