I have two jobs, one job needs monitoring to check it doesn't run too long.
so I have a second job, that has two tasks, the first task waits 14 minutes, then the second task has a condition that the first job is still running, if so then it sends an email to inform users.
The second job seems to be ignoring the wait task and going straight to sending the email. Is there a bug with using the wait task?