Dear people,
I have 2 Talend jobs, ONE which moves data from source to target. TWO which has a tjava component which calls a custom routine which I have written.
I want to achive calling the job ONE from my custom java routine. OR when I run by job TWO which executes my custom java routine should in turn call my job ONE.
Kind of stuck as a beginner. Please help.
Thanks,
Raghu
Hi,
Actully, here is a custom which can execute the Job called in the component's properties, in the frame of the context defined.
You can call another job in your project without using any custom routine.
Please take a look at the component reference:
TalendHelpCenter:tRunJob Best regards
Sabrina