Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I tried to understand much about the exact usage of Trigger Input and Trigger Output options in a Job let but could not get much idea on these, Also tried to know more about INPUT and OUTPUT of a Job let, My questions here are:
- Can we term these options as components ?
- How Trigger Input and Trigger Output differ from INPUT and OUTPUT
Please help me to understand more about these options with an example, Thanks in advance.
Hi,
You will be calling a Trigger input and Output in a joblet when you are plannign to call the joblet after a Trigger like On SubJob Ok or On Component Ok. Please refer the below link for sample scenario.
https://help.talend.com/reader/9NRa~CylzTWZ8bFvUjlang/nvl6YXKpTJZsw~T6VbdbXw
If you want to add the joblet in between an existing subjob (as a part of the subjob), you will use Input and Output to transfer the data between joblet and parent job.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Apparently, OnComponentOk cannot be connected to a Joblet (which has Trigger_Input).