Page 1 of 1

wait for file stage

Posted: Wed May 30, 2007 6:55 am
by harryhome
hi

in starting of sequence , i have wait for file stage.

here if file is present then job1 should get executed then job2 should get executed and seq ends

if file is not present job 2 should get executed.


I am confused about the trigger conditions of wait for file stage. plz help

and is there need to call job2 twice in this seq?

Posted: Wed May 30, 2007 7:01 am
by chulett
Ok (Conditional) = file found, Otherwise = file not found. Use a Sequencer so Job2 doesn't need to be included twice. Or just include it twice. :wink:

Posted: Wed May 30, 2007 10:48 am
by Minhajuddin
Even if you use Job 2 twice in the sequencer.

Job2 will get executed only once.

So performance-wise both the options should be the same.

It's just a matter of convenience.