Page 1 of 1

Nested activity clarification

Posted: Tue Mar 06, 2018 12:28 am
by vamsi_4a6
I have condition1,condition2,condition3.I need to trigger job1 depends upon condition1.similarly condition2 for Job2,condition3 for Job3.When all the conditions1 to conditions3 are not satisfied I need to trigger Job4.
How to develop this job in job sequence?
I used Nested activity but not sure what condition I need to mention for Job4?

Posted: Tue Mar 06, 2018 9:16 am
by FranklinE
The stage will have four outgoing links, three for your custom conditions, and the fourth for "otherwise".

Word of caution: the three will need to be very specific in what they cover. It can behave very much like a nested If statement, and the danger of negative logic is there as well.