Hello:
I have a custom function which can be batch processed. The way the business has setup the batch jobs are irregular. As an example, I have an instance of this job which runs 3x a day with interval of 8 hours starting at 2:30PM. There's another instance which runs once a day but at 6:30PM. Then another which runs once a day which starts are 7:00PM. There are several more, and they've all be setup to not overlap. I would like to setup just one job but be able to tailor the different times each instance would run as well as set dependencies between job so no two instance will have overlap runs. I see in the batch tasks section there is a start and end date / time but it doesn't appear to be editable.
Any help would be appreciated.