Shita,
In your flowservice beginning put savePipeline,restorePipeline services and disable only restorePipeline service before you kickoff the whole process via TN once this is done disable savePipeline and enable restorePipeline.Step thru the flow you will have the bizdoc in the pipeline.
You could also create logic this way to use save/restore service with out touching code for enabeling/disabling kiosks.
Branch on /test (define a input variable ‘test’)
–Sequence -Label $null
---->savePipeline ($name = maptest)
–Sequence - Label $Default
—>restorePipeline ($name= maptest)
So if you specify data in the test input variable while you are running flow manually then second sequence ie restorePipeline will get execute and if the test variable is null then first sequence ie savePipeline.This way you dont have to enable/disable services as said above.
HTH,
RMG
#B2B-Integration#webMethods#Integration-Server-and-ESB