In Ab Initio, what it can do is 1) In the same subjob, you have row1, row2, row3, row4, you can specify row1 and row2 as phase 1, row3 and row4 as phase2, when it is executed, row1 and row2 will run first, once it is finished, row3 and row4 will start. This can avoid too many thread runing at the same time. 2) For the checkpoint, if the job failed at the 1000th record, when you restart the job, it will start from 1001th record
Ok I see for phases Talend does not have such feature natively but you can "simulate" that behaviour using trigger link and buffer components (workaround) Concerning the checkpoint we have this but this is not at row level. You can set it on "Onsubjobok" link and restart a job from a particular subjob.
Hi A.kiran,
A group of subjobs(depenedency)? Do you mean tRunJob? Would you mind posting your job design screenshots into forum so that we can get your job situation more precisely to give an optimistic solution.
Best regards
Sabrina