<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: OnSubJobOk vs OnComponentOk!!! in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/OnSubJobOk-vs-OnComponentOk/m-p/2256506#M38870</link>
    <description>&lt;P&gt;Hi Ankit,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Even if you are adding On Component Ok at the last part, its behavior is totally dependent on the predessor component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; For example, in the below job, I am creating a sequence from 1 to 5 and printing them in iteration. On Component Ok is executed 5 times here but On SubJob OK is executed only once.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 996px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M25Q.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147794i66FE155278A31237/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M25Q.png" alt="0683p000009M25Q.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope I have answered your query &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;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 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Dec 2018 10:01:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-26T10:01:54Z</dc:date>
    <item>
      <title>OnSubJobOk vs OnComponentOk!!!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnSubJobOk-vs-OnComponentOk/m-p/2256503#M38867</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Merry Christmas,&lt;/P&gt;
&lt;P&gt;Well i was wondering about the triggers in talend and those were OnSubjobOk and OnComponentOk which troubled me and my query on this is -&amp;gt; when OnSubjobOk on initial component(Starting component) and OnComponentOk is placed on last component... will they produce the same behavior???&lt;/P&gt;
&lt;P&gt;OnSubJobOK and OnComponentOk(placed on last component of the Job or the Target component of the sub-job).&lt;/P&gt;
&lt;P&gt;Pls let me know your opinions on this..&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ankit&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 07:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnSubJobOk-vs-OnComponentOk/m-p/2256503#M38867</guid>
      <dc:creator>ankit7359</dc:creator>
      <dc:date>2018-12-26T07:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: OnSubJobOk vs OnComponentOk!!!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnSubJobOk-vs-OnComponentOk/m-p/2256504#M38868</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;hello Ankit,&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;OnSubjobOK&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OnComponentOK&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;are trigger links, which can link to another subjob. The main difference between them lies in the execution order of the linked subjob.&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;&lt;FONT size="2"&gt;With&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OnSubjobOK&lt;/STRONG&gt;, the linked subjob starts only when the previous subjob completely finishes.&lt;/FONT&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;FONT size="2"&gt;With&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OnComponentOK&lt;/STRONG&gt;, the linked subjob starts when the previous component finishes.&lt;/FONT&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;What is a subjob?&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;A subjob is a self-contained subset of a larger Job, composed of components and links.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;The following diagram shows a Job with three subjobs:&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1_080.png" style="width: 721px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuBf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138879i16DE03BB2497D01C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuBf.png" alt="0683p000009LuBf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;The execution order of subjobs linked by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OnComponentOK&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is within the execution cycle of the previous subjob. In this example, subjob 2 starts when&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;tLogRow_1&lt;/STRONG&gt;finishes; subjob 3 starts when both subjob 1 and subjob 2 end, because subjob 2 runs within the execution cycle of subjob 1.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;Only the first component of a subjob can use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OnSubjobOK&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;link.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 09:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnSubJobOk-vs-OnComponentOk/m-p/2256504#M38868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-26T09:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: OnSubJobOk vs OnComponentOk!!!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnSubJobOk-vs-OnComponentOk/m-p/2256505#M38869</link>
      <description>Thanks for the quick reply!!!
&lt;BR /&gt;But i was presumably asking for the behavior of the component like when onSubjobOk is used then we have to wait until the whole subjob completes on the other hand when it is connected on OnComponentOk at the last component of the subjob does it exhibit OnSubJobOk behavior ????
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Ankit</description>
      <pubDate>Wed, 26 Dec 2018 09:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnSubJobOk-vs-OnComponentOk/m-p/2256505#M38869</guid>
      <dc:creator>ankit7359</dc:creator>
      <dc:date>2018-12-26T09:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: OnSubJobOk vs OnComponentOk!!!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnSubJobOk-vs-OnComponentOk/m-p/2256506#M38870</link>
      <description>&lt;P&gt;Hi Ankit,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Even if you are adding On Component Ok at the last part, its behavior is totally dependent on the predessor component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; For example, in the below job, I am creating a sequence from 1 to 5 and printing them in iteration. On Component Ok is executed 5 times here but On SubJob OK is executed only once.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 996px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M25Q.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147794i66FE155278A31237/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M25Q.png" alt="0683p000009M25Q.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope I have answered your query &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;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 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 10:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnSubJobOk-vs-OnComponentOk/m-p/2256506#M38870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-26T10:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: OnSubJobOk vs OnComponentOk!!!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnSubJobOk-vs-OnComponentOk/m-p/2256507#M38871</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;OnSubjobOK –&lt;/STRONG&gt; It was available&amp;nbsp;on the first component of Job and you can link to sub job when Job is a success.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;OnComponentOK -&lt;/STRONG&gt; It is&amp;nbsp;available&amp;nbsp;in hole jobs and you can link to the subject when&amp;nbsp;component&amp;nbsp;success.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Avinash Pentyala&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 10:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnSubJobOk-vs-OnComponentOk/m-p/2256507#M38871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-26T10:11:16Z</dc:date>
    </item>
  </channel>
</rss>

