Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I have created master job in which I have child jobs connected with Run if(true) condition.
Do I need to maintain all the connections and variables to be same in master and child jobs?
Thanks,
Meghana.
 
					
				
		
Hi @Suneel,
If you have same context variable in both master and child, then you can activate '"Transmit whole context" in tRunJob component property, then job will run based on the master job context group.
There is one more way to achieve this while building the job as follows,
NB: After building the master job (all the reference children jobs also will be attached automatically), you can run using windows task scheduler or crone scheduler (UNIX).
Please mark the topic as resolved if my answer helped you and Kudos are also welcome.
Regards,
Vibin CT.
 caot
		
			caot
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It appears that making this function work is still impossible without patching Talend's footer.javajet and tRunJob_main.javajet.
