Page 1 of 1

How to pass job status from one seq to another

Posted: Tue Mar 22, 2011 8:11 am
by svhari76
Hi

I am using 3 different sequences and few jobs to perform a task. If a job fails in one of the sequence i would expect to see the same in the parent sequence, but i am getting success.

Eg: Seq1 -->Seq2 -->seq3 -->Server job1,job2

if job2 fails my seq1 should get the status of failed, but i am getting success...any ideas?

Posted: Tue Mar 22, 2011 8:57 am
by chulett
Force the Sequence to fail if need be, for example with a Terminator. The 'automatically handle' option can do that as well, but you'll need a trigger from the last object for it to be handled... run that to a Sequencer.

Posted: Tue Mar 22, 2011 9:10 am
by svhari76
Please explain little in detail...As i am new to DS, I can not quite catch what you are saying...