Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Running jobs in sequence

Hi,

 

I'm new to Talend and have some questions related to the execution of jobs in talend.

 

1. In my job, I have multiple jobs. My job 2 depends on output of job1 . Example below:

My 'Tfileoutputdelimited_2' is input for out30_new schema.

Does talend also run jobs in sequence, or I have to tell him to run first job and then second subjob

 

0683p000009LxP5.png

3. also if I have 10 different jobs. can I create a single job that run all the 10jobs in sequence I want it to run.

Everything I have to do click on job1 run it, then go to job2 run it, and click job3 , run it and so on.

 

Thanks!

Labels (1)
1 Reply
vboppudi
Partner - Creator III
Partner - Creator III

Hi,

 

If you want to keep dependency on subjob use onSubjobOk and link to dependent subjob.

 

0683p000009LxMW.png

If you want run all jobs in sequence then create new job and add all jobs like below.

0683p000009LxLi.png

Regards,