Hi,
Something I think I need to do with the app I'm working on is force it to run off hours if so directed by a config setting. I can see you can set the initiate date of the task to be some future date (allowing you to schedule the task off hours). Assuming you have a job chain which needs to process 100s of millions of objects, and it could be all night, how can I prevent the Nth job in the chain (small chunks of 50,000 or fewer objects) from running if 8 AM rolls around? My goal is to be able to have a job chain schedule itself for off hours, then if it's still running when business resumes, to shut down and reschedule itself.
Is this even remotely possible?
-Hugh