Page 1 of 1

Terminator stage in Sequence job

Posted: Tue Aug 24, 2010 10:18 pm
by probal
I have 3 job activities which are to be run in a sequence..........one of the simplest jobs...
The problem is that 'm in a dilemma where to use the terminator stage?

with the exception hanler
or with the job activities?
or both?

Is there any sense in using terminator stage twice in a job?
Is exception hanler is capable of catching all the reasons of job fail/abort?
|

Posted: Tue Aug 24, 2010 11:53 pm
by behrouz
in fact all your jobs activitis failture link has to be linked to a sequencer condition
and then from your sequencer u have to linke to abort terminator,
then it will get all fail/abort as you need

Arash.

Posted: Wed Aug 25, 2010 12:02 am
by datisaq
It depend on your requirement.
If your purpose is to just raise an exception and abort the job then go with the
exception handler and terminator stage.
Else if you want to do some other thing then disable the automatically handle activities that fail in properties tab and then use the terminator stage for every job activity dont use exception handler here.