I have a Main.Xaml which has a for loop that calls different sequences one by one. In few cases while executing a called sequence I may encounter an issue on the application under test and I have to stop executing the current sequence and move back to main.xaml for further execution of next sequences in the loop. But I am unable find an activity or way to do this. (used “Terminate workflow” and it terminated entire execution).
Please assist here.