Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am getting input from Jenkins.
I would like to run different sub job if there is one input and another one if there are 3 inputs.
Is there a way I can do that in Talend ?
Yes, you can do this. On the tRunJob there is an option to "Use Dynamic Job". This is explained here https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/ICv6hRE2pgpUtQFvQDmxkg
Hi,
An important point about using the Dynamic Job functionality, which is rather clever, is that you need to nominate when designing the jobs which ones can possibly be called dynamically, so they can be included at build time of the parent job.
Very useful functionality none the less.
Good spot @dsoulalioux, I forgot to include that nugget of information 🙂