I am executing .bat file of python, through which one folder gets created in project directory, but before creating folder (through) .bat file, next activity starts to execute which uses folder path created by .bat file, but since without waiting .bat file to complete its execution next activity gets run, it is showing error. I cannot use delay activity because, .bat file also makes DB entry, based on its logic.
I m running .bat file using “start process” activity.