The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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...