Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Multi instance job in Talend .

How can we create a multiple instance job in talend? Same like datastage where we pass invocations id;s to job and same job run for mutiple instance .

How the same can be achieved in talend. Appreciate your help.

I tried trunJob , Iterate not getting how exactly this can be done.

Labels (2)
3 Replies
TRF
Champion II
Champion II

Did you try to set the "Number of parallel execution" parameter for the iterate link?

Click on the link, go to the Component tab, tick "Enable parallel execution" enter enter the number of parallel executions you want to achieve.

Anonymous
Not applicable
Author

Don't want to iterate the job , at single time multiple instance of a single job should be running , with different parameters

Anonymous
Not applicable
Author

Hi, 

I think I have replied on Telegram group as well. 

If you are talking about running a job on multiple instance like Dev,UAT, QA and PROD .. if yes, you can do it using context variable and read different parameter file while running same job on different instance. Suppose you have two files(File 1 for Instance 1 and File 2 for Instance 2)

By using Context variable, you can read specific files for each instance without touching your job. Hope this answer your questions. 

 

Zeeshan