Hi Kishan,
I am assuming you are using this infopackage in process chain.
Now you are having two situations
- If file exists but data may exists or not info package finishes successfully and further variants executed.
- File not found and info package failed. Further variants not executed and process chain stop this place.
For second case you can trigger further variants even it is Green/red state. This will trigger further variants even info packages fails and sucess.
Another alternate can be before infopackage trigger you can execute program in process chain . This program will check file with given name exist or not. In case dosen't exist it will create blank file with same name. So Infopackage will finish successfully.
I hope you understands my explanation.
Thanks,
KD Jain