Page 1 of 1

skip a job in sequencer

Posted: Tue Mar 13, 2007 9:39 am
by madhukar
Hi All,

i have a sequencer as below:

job1--->job2--->job3

After job1 i want to skip job2 and run job3

how can achieve this?

thanks

Posted: Tue Mar 13, 2007 9:41 am
by DSguru2B
Get rid of Job2 from the stream :?
What is your requirment exactly. If you dont have to run Job2 then why is it even in the stream?

Posted: Tue Mar 13, 2007 9:47 am
by chulett
:lol:

As noted, please let us know under what circumstances you'd like to be able to skip it. Otherwise, a generic answer would be to branch around it using either Triggers or a Nested stage and then a Sequencer set to 'Any' to bring the stream back together before Job3.

Posted: Tue Mar 13, 2007 10:43 am
by madhukar
it is required to debug sequence. Job2 takes around 1 hour to complete.
so whenever i correct the errors in aborted sequence and run again, job2 starts again.

so i wanted to skip this job and check other jobs in the sequence.

as you said, i have used a additional trigger output to the to skip the job.

Posted: Tue Mar 13, 2007 10:49 am
by DSguru2B
Better yet. Make a copy of your present job, delete Job2, connect job1 to job3. Once your done debugging. Run your original end to end sequence. This way your debugging is done and your sequence remains untouched.