Hello,
I have a sequence "Main" and a subsequence "test".
The main calls test subsequence.
The 'disable tracing in sequence' is active on the 'test' sequence.
When running the main I will not see what is happening in the subsequence 'test'.
But I want to change the string of the step name of the subsequence call.
I tried:
RunState.sequencefile.GetSequence.NextStep.Name = "test2"
and also with a vi included in this post.