Page 1 of 1

sequencer job skip

Posted: Mon Dec 10, 2007 2:01 pm
by just4u_sharath
I have a strange problem (i guess). In my sequencer i have 10 activities.
Is there any way i can run only 6 activities and skip the other 4. Or i can run any 7 activites and skip the remaining. i dont want to run all the activities in sequencer. for some parameters some activites should run and for some other activities other activites should run. we cannot split the sequencer into two and run individually. Can anybody please help me with this

Posted: Mon Dec 10, 2007 2:36 pm
by chulett
Sounds like you'll need to add conditional branching into your Sequence job. You can use the Nested Condition stage or simple triggers to 'branch' streams around jobs if you need to, and Sequencer stages set to 'Any' to join the streams back together again.