12-04-2009 12:47 PM
Hi dear ALL,
Could you suggest me a solution for my task? It is needed to programmatically skip specified steps during sequence execution. For example, I have a Parameter skipStep of type boolean. And I want to bind this parameter to some steps. When the sequence is executed with skipStep=True, Run Options of these steps will be Skip. Is it possible to implement?
Thanx in advance,
Max
Solved! Go to Solution.
12-04-2009 01:41 PM
Max,
This is possible. Evaluate your true/false local variable in the precondition of the step. Look in the example computer.seq for how this is done.
Hope this helps.
12-04-2009 01:43 PM
12-04-2009 04:08 PM