07-18-2006 06:35 AM
07-18-2006 06:50 AM
Hi,
I think you are on to a loser there. (cannot view your sequence file at the moment so I cannot exactly see what you are doing).
Try putting your steps into a sequence and call this. That way you can control the caller step to recall the sequence again.
You can do this one of two ways,
1) put the step into a loop with a custom set-up so the sequence can setup the return value to loop again or end the loop
2) the sequence has an expression step in the cleanup to change the next step to be executed when it returns to the caller so that it repeats the same steps again.
Regards
Ray Farmer
07-18-2006 11:15 AM
The goto step doesn't support jumping to steps in other groups, but you can easily do it yourself.
Add a Statement step to cleanup with an appropriate precondition. To make the statement jump back to the first step in the setup group, set the expression to:
RunState
.StepGroup = "Setup", RunState.NextStepIndex = 007-18-2006 12:26 PM
James,
Thank you very much for your response. It was EXACTLY what I was looking for!
Thanks again,
Jim