Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo Zusammen,
ich habe einen Joblet in Talend Studio implementiert. ich möchte ein Komponent meines Joblet (HTTP-Komponent) mit einem anderen Komponent (HTTP) meines Jobs via run-if Verbinden, sodass wenn in meinem Job die run-if-Bedingung erfüllt ist, dann der prozess in meinem Joblet fortgeführt werden.
so ich möchte sowas: Talend-Job (tHTTP-Client) ------run-if (tmp > 0)-------> Joblet(tHTTP-Client)
ist es überhaupt in Talend möglich?
Vielen Dank im Voraus für die Unterstützung.
Hello EDW,
Thank you for reaching out to the Qlik community,
Yes, it is possible, but not by directly connecting a Job component to an internal Joblet component.
In Talend, a Joblet is a black box when used inside a Job. You cannot attach a Run If (or any trigger) directly from a Job component to an internal component of the Joblet.
Instead, you must use Trigger Input and Trigger Output components inside the Joblet and connect the Job to the Joblet via trigger links (including Run If).
This is the only supported way to control Joblet execution flow conditionally from a Job.
Hello EDW,
Thank you for reaching out to the Qlik community,
Yes, it is possible, but not by directly connecting a Job component to an internal Joblet component.
In Talend, a Joblet is a black box when used inside a Job. You cannot attach a Run If (or any trigger) directly from a Job component to an internal component of the Joblet.
Instead, you must use Trigger Input and Trigger Output components inside the Joblet and connect the Job to the Joblet via trigger links (including Run If).
This is the only supported way to control Joblet execution flow conditionally from a Job.
Hello Rahul_Kale,
Thank you very much for your reply. That’s the right answer.
The problem I’m currently having is that I can’t find the TriggerInput and TriggerOutput components in my Talend Studio. Can I install these components in Talend Studio?
I’m new to Talend
Regards