Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
param123
Creator
Creator

Run jobs with no dependency

Hi All,

can you please let me know what will happens if we run a job having multiple sub jobs with no dependencies and not conencted with any triggers like onsubjobok or on component ok and multi thread execution is not set?

will all the subjobs get executed in random order or in sequence?

I tried it myself by creating 5 subjobs which just read a file and print using tlogrow...but i couldn't understand the flow...as each time I could see executing in same sequence...even if i change the order of jobs..

Labels (2)
2 Replies
XJ_1630
Contributor III
Contributor III

the Graphical representation on Talend Studio does not guarantee the manner & order the Java code is written.

 

Remember that Talend is a code generator.

 

Your question is interesting, but I never took time to investigate this idea.

 

param123
Creator
Creator
Author

@Xuan Junior​ , thansks for your repsonse .does this mean, if we dont establish any link between subjobs...talend will execute subjobs randomly?