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: 
Anonymous
Not applicable

Call job via URL

Currently, we trigger the running of several tasks by "calling" via a URL.
Example: https://ourwebsitename.com/runjob.php?name=jobname
(a) Can I do that via Talend? (b) If so, how?
Labels (2)
2 Replies
Anonymous
Not applicable
Author

You can. Take a look at the "export as webservice" feature.
Anonymous
Not applicable
Author

Sorry, I did not mention this in my post: The tasks we trigger via that call are not Talend jobs.
I do not want to turn my Talend job into a job that is run over the web.
I'd prefer that it be on my local machine.
In essence, I'd like to emulate someone opening up a browser and typing in something for the URL.