pradeep_singh
Honored Contributor III
Intresting Scenario . This is what i think you can do

Tier 1 job: A single job that contains 100 tasks( where each task trigger a job) scheduled to run at 12:00 AM.
Tier 2 job: A single job that contains 125 tasks, scheduled to run at 10:00 AM.
All 125 tasks in Tier 2 depend on a single SQL Alert task that runs a SQL query against system tables to determine whether the Tier 1 job has completed. As soon as the job completes the SQL Alert task should dependecy would be fullfilled and the job would be ready to run as 10 am when its scheduled to run .
You dont need 100 or 125 task to run each job . You can simply them design by using for each loop and reading parameters from a json for each jobs and if else conditions

 

Thank You
Pradeep Singh - https://www.linkedin.com/in/dbxdev