Hi All,
My current sequence has multiple layers (nests). I am searching for a way to pass my post expression information when my step fails through multiple layers of my sequence.
Here is a description of my "nested" structure:
Main Sequence
Sub Sequence A
Sub Sequence B
I need to be able to pass my post expression information (step failure information) from Sub Sequence B up to the Main sequence?
1.) I would assume the path would be Sub Sequence B....Sub sequence A .... Main Sequence?
OR
2.) Could I go from Sub Sequence b directly to the Main Sequence?
Thanks!!!