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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Eric_Talend
Creator
Creator

Call a job with a parameter ?

Hi,

I have a job called "A" and a job called "B".

The differences between A and B are minimal and I would like to refactor.

So, how can I call a job with a parameter ? I use Talend Administration Center.

In PHP, it would be myprog.php?param=value

Kind regards

Labels (2)
3 Replies
Anonymous
Not applicable

Hello,

Are you trying to call job in studio or TAC?

With talend studio, you can use both tRunJob and Joblet which can promote code reuse and refactoring.

tRunJob is a different unit of execution with it's own contexts and variables.

Joblet is a just GUI factorization of components to create a reusable transformation.

The Joblet feature is available in talend subscription solution not open source.

Here are related online documentations about:

TalendHelpCenter: tRunJob

TalendHelpCenter: Designing a Joblet

TalendHelpCenter: What is the difference between a Joblet and the tRunJob component

Feel free to let us know if it is what you are looking for.

Best regards

Sabrina

 

 

 

 

Eric_Talend
Creator
Creator
Author

Hello,

 

I already use Joblet to create a reusable transformation.

 

I will try with tRunJob component.

 

I use Studio v7.2 and TAC either.

 

Many thanks.

 

Anonymous
Not applicable

Hello,

Feel free to let us know if trunjob component is OK with you.

Best regards

Sabrina