I've five workflows scheduled in the gallery which are running one after another with specified time interval - dependent on each other.
I'm looking to enhance this process so that it does not run on the next day when gallery is down on the current day and require manual recovery of the process.
Looking to create a design in which each workflow dumps an entry to a file and when next day it is supposed to run it checks if there is an entry in the table/file for the previous date then only the current run would commence else it would send an error message and do not run the workflow.