Page 1 of 1

How to run a single sequence in a job sequence

Posted: Fri Jan 23, 2009 1:41 am
by yddert
Hi,

I have sequences in one job as shown below.

seq1 --> seq2 --> seq3 --> seq4 --> seq5

All the sequences are linked. Is it possible to run only 'seq3' from the above sequence.

Can anybody help me on this?

Thanks..

Posted: Fri Jan 23, 2009 3:15 am
by ray.wurlod
Not really. The simplest thing to do would be to save the sequence with a new name, delete all activities except Job3, then run the sequence.

Otherwise you're up for at least a Nested Condition activity per job activity. Messy.

Of course you can run the actual Job3 in isolation.

in execution u choise reset only

Posted: Fri Jan 23, 2009 5:45 am
by behrouz
for seq1,2,4 in execution u choise reset only

Posted: Fri Jan 23, 2009 9:42 am
by kandyshandy
Yddert, Why do you want to run seq3 alone? Anything specific? Since 'seq3' is a sequence by itself and you don't want any other activities in the master sequence to run, why don't you directly run seq3 instead of running master sequence?