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: 
_AnonymousUser
Specialist III
Specialist III

use talend job-name as variable

Hello,
I'd like to use the name of the TOS-job within the job itself.
Is this possible? How do I get this information?
I'm coding in java.
Tkanks a lot!
Labels (3)
10 Replies
en666
Contributor II
Contributor II

In Talend Open Studio for DI 8.0.1, to have the job name itself as a string use the built-in "jobName" variable: e.g. System.out.println(jobName);