talend - TAC execution plan configuration to start from the job which makes error -
i had problem configure execution plan in talend administrator center. execution plan : job 0 ---on ok--->job 1--on ok-->job 2. example if run , made error in job 1 , want run again starts beginning. please tell me how make work job has problem , not beginning. thank in advance
may didnt try it:
¤ job 0 > onok job 1 > onerror job 1 > onok job 2 > onok job 3
even if work, dont recommand because may enter infinite loop if job 1 still exit on error, prefer using master job launch job 1 , control how many time can exit on error:
master job:
tloop--------(iterate)------trunjob[job1]--------(onsubjobok)---------tjava
- tloop:
for int =0 ; (i < context.max_try)&& context.again; ++;
- tjava:
context.again= false;
Comments
Post a Comment