Y
yomtov
I am probably not phrasing it right. What I am trying to do is to have two
different tasks that depend on the outcome of the predecessor. For example
if task1 gets completed than it is followed by task2, but if it does not get
completed (usually by a predetermined time) then task3 should kick in. Or
sometimes task1 will be to decide if we should follow task2 or task3. How
can i set such a dependency?
All help is appreciated.
different tasks that depend on the outcome of the predecessor. For example
if task1 gets completed than it is followed by task2, but if it does not get
completed (usually by a predetermined time) then task3 should kick in. Or
sometimes task1 will be to decide if we should follow task2 or task3. How
can i set such a dependency?
All help is appreciated.