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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Pass the parameter from one to another job

Current execution plan in Talend Administration triggers an Email job "on error" condition. Users would like to get more details on the error in the email.
Could Anyone support give us some details on how to pass parameters in Talend execution plan from one job to another?
That would be very helpful.
Thanks,
Labels (2)
1 Reply
Anonymous
Not applicable

I'm doing it with a tRunJob . I created a parameter called FILENAME and populated it with the output of another step. In the job that is called I am able to use the value just like any other context variable.