Is there a way to do dependencies without this feature? For example, in a job scheduler, Job2 starts after Job1 ends. I want to link Job2 to Job1 as the predecessor, so I can capture a calculated end date of Job1 to set the start date of Job2. But wi...