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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dynamically run a job.

Hi,
Im trying to create a "Master" job that controls a batch process, in my case it would be a very big plus to be able to start a non specific job using a component like tRunJob.. Standard its possible to select a job that needs to be started (hard coded) in the tRunJob component but what i want to do is to decide at Run time by passing this component a parameter (eg the name of the job)
if this is not possible i was wondering if it could be done by creating a new routine that can be used (called) with a tJava component, whats your opinion about this? and have u got some suggestion? code examples? all help is welcome!
Kind regards!
Albert
Labels (3)
20 Replies
Anonymous
Not applicable
Author

Hi,
I'm very interrested in this feature, the status of the case http://talendforge.org/bugs/view.php?id=1859 seems to be still open in the bugtracker.
Is there any news about this case ?
Did anybody already try to design a tRunDynamicJob based on the regular tRunJob ? Wich can handle a variable as __PROCESS__ ?