Help needed! Our current scheduler starts the workflow processes based on whether the daily master data has been uploaded or not (which is fired by batches, so it could be at 1,4,6 a.m or 10 a.m, we never know).
If the master daily data has been uploaded then workflow 1 starts and after 1 is finished, 2 starts then 3 and so on, we have workflows that have other workflows as predecessors.
How can we migrate these scheduler workflows on the server?. I know there is a scheduling tool that we can set up but basically all workflows depend on whether the batches fired and the data is ready or not.