I have scenario that I want to run the job (workflow 2 ) based on first workflow result.
first workflow - check the availability of latest files (placed recently) and create the flag 'start' if latest files available.
Second workflow - I need to start this workflow if first workflow creates the flag as 'start' otherwise Not.
Can someone suggest some approach to handle this scenario. ( Don't want to use any .bat command /run command).
Thanks
Gans