Page 1 of 1

Restartability when using Multi Instance for Generic job run

Posted: Wed Mar 07, 2012 10:22 pm
by moose2079
I have created two generic sequences and made them multi Instance
These two generic sequences - named 001 and 002 - work this way
The Master Sequence calls 001 which loops and calls 002 --- 002 runs 10 Multi instance jobs to run in parallel
If one Multi Instance seq fails Then :
does this impact the other Msster Sequence running a multi Instance of the same jsequence that fails?
And does this running of another Multi Instance of the failed sequence destroy restartability of the Master Sequence that initially ran the failed multi Instance sequence? The multi Instance jobs are fine as they use a table to position the restart -
My question is about the restartability of multi Instance sequences used by two, or more, different Master sequences(that are not Multi Instance)
Is reatartability possibe?