Hi All,
I have 2 Sequences in my Flowchart.
The first sequence logins into a web application and runs into exception.
The assumption is it would not execute the next sequence.But the second sequence is executed even though the first sequence runs into exception.
The second sequence is just another web application in which it logins and does some updates.
How do I make the process in such a way that if one of them runs into exception it should not execute the other.
Any suggestions ?