Hi Team,
We have a workflow which schedule to runs daily 2 times a day (1st run is at 6am and 2nd run is at 11 am). The workflow using 1 zip file and 2 .csv files which are places at same folder. From last two weeks the workflow is getting failed once a week with error that it cannot find one file i.e. xyz.csv (Rest two files are able to fetch by WF). However, the file is already present in the given folder and
e.g. In recent case I checked that the xyz,csv file is written at the file location at 1 AM and workflow runs at 6 AM still it got failed with error that WF cannot find the xyz.csv file.
This case happened two time till now. Can anyone suggest what are the causes for the error ?
Please Note -
1. The WF failed at first run only. In second run it runs successfully.
2. We observed that whenever workflow failed at first run with the given error, In second run it takes more time than usual. (usually it'll finish running in 1 hour but when failed at 1st run it takes 2+hours to run)