WHen does FileReader delete input file
645567Apr 6 2010 — edited Feb 27 2020In FileReader.wsdl, if the 'Delete File' is set to YES, does the file get deleted as soon as it is picked up by the BPEL process or at the end of the BPEL process. It seems to be deleted right after pick-up. In my BPEL processor it invokes a web service to process the file. But the Web Service cannot find the file because the files is already deleted before the web service can get to it. If I changed the 'Delete File' option to 'false', then the file will still be there fore the Web Service.
I put a 'Wait' activity to wait for 1 min at the end of BPEL process hoping that will postpond for 1 minute before the end of my BPEL process so the file will be around for 1 min for my web service to get to it. But that didn't help.
Any suggestion?
AJ