Hi,
I run a custom .EXE (.NET Console Application) that I made to create WF draft, update it and eventually run it using REST API calls.
I created also a .bat file that runs this exe and being called from the Execution step in WF.
This how looks the execution step :
I pass argument to the .bat file and run the .bat
This is the error I get on my logs :
***I have to mention that whenever I run the .bat or the .exe manually by double click. it works fine. without any errors!
Only on the 3rd REST call it fails :
Any ideas how to debug it?