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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get returned value by Tsystem + .jar

Hello, i am using a tsystem component which launch a .jar file.
My jar file return an int and i would like to get this value in talend.
Is it possible? Finally, the goal is to do something like that: context.paramA = JarReturnedValue;

Thank you in advance
Labels (2)
2 Replies
alevy
Specialist
Specialist

You should be able to capture it with (Integer)globalMap.get("tSystem_1_EXIT_VALUE").
Anonymous
Not applicable
Author

thank you!!