Can't only run joblet in Job Conductor, only in ESB Conductor
I've created a Data Integration job with two tRESTClient components.
One is in a joblet and gets an authentication token to pass to the 2nd tRESTClient to post some data (create an account) and get a response (id of new account).
If I run this in ESB Conductor in Talend Admin Cente, it works. But if I try to run it in Job Conductor it doesn't,
the context var that holds my auth token never gets popualted from the joblet.
I also need to run the periodically (cron job), so need to run it in JobConductor.
I thought the tRESTClient component are available as DI components, and don't require to be run in ESB?
Hi
Can you show us a full image of main job? I don't see where you use the joblet in the job and how the authentication token is passed to the second tRestClient?
Best regards
Shong