<?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: Subjob execution order in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228472#M19736</link>
    <description>Thanks you shong for your quick reply.
&lt;BR /&gt;I agree with your idea : That's what I would do in a normal case.
&lt;BR /&gt;But Actually I work on an existing project and I must understand all the process.
&lt;BR /&gt;The project run well but I want to know what is Talend behaviour when I run a job which contains many
&lt;BR /&gt;subjobs without connections between them / How can I control that ? (Excuse for my English I'm a french guy)</description>
    <pubDate>Wed, 20 Apr 2011 10:24:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-20T10:24:36Z</dc:date>
    <item>
      <title>Subjob execution order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228470#M19734</link>
      <description>Hi,&lt;BR /&gt;I'm beginner in Talend and in this forum.&lt;BR /&gt;I create a job which have 3 subjobs and there isn't any connexion between all 3.&lt;BR /&gt;I just want to know what execution order talend choose ? &lt;BR /&gt;Subjob 1 -&amp;gt; Subjob 2 -&amp;gt; Subjob 3&lt;BR /&gt;or&lt;BR /&gt;Subjob 1 -&amp;gt; Subjob 3 -&amp;gt; Subjob 2&lt;BR /&gt;or&lt;BR /&gt;Subjob 3 -&amp;gt; Subjob 2 -&amp;gt; Subjob 1&lt;BR /&gt;or&lt;BR /&gt;.................................................&lt;BR /&gt;or&lt;BR /&gt;.................................................&lt;BR /&gt;or all 3 in parallel.&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 12:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228470#M19734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Subjob execution order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228471#M19735</link>
      <description>Hi
&lt;BR /&gt;You can use the connector 'onsubjobok' to control the execution order of each subjob. eg:
&lt;BR /&gt;Subjob 1
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;Subjob 2
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;Subjob 3
&lt;BR /&gt;Let us know if you have any questions!
&lt;BR /&gt; 
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 20 Apr 2011 09:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228471#M19735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-20T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Subjob execution order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228472#M19736</link>
      <description>Thanks you shong for your quick reply.
&lt;BR /&gt;I agree with your idea : That's what I would do in a normal case.
&lt;BR /&gt;But Actually I work on an existing project and I must understand all the process.
&lt;BR /&gt;The project run well but I want to know what is Talend behaviour when I run a job which contains many
&lt;BR /&gt;subjobs without connections between them / How can I control that ? (Excuse for my English I'm a french guy)</description>
      <pubDate>Wed, 20 Apr 2011 10:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228472#M19736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-20T10:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Subjob execution order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228473#M19737</link>
      <description>To control that, i personnaly use the tPrejob and tPostjob components. Then you are sure of the execution order.&lt;BR /&gt;You can also create a main job like this :&lt;BR /&gt;tRunJob_1 (u indicate the first job to execute (jow with only 1 flow))&lt;BR /&gt; |&lt;BR /&gt;onsubjobok&lt;BR /&gt; |&lt;BR /&gt;tRunJob-2&lt;BR /&gt; |&lt;BR /&gt;onsubjobok&lt;BR /&gt; |&lt;BR /&gt;tRunJob-3</description>
      <pubDate>Wed, 20 Apr 2011 10:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228473#M19737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-20T10:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Subjob execution order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228474#M19738</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;what is Talend behaviour when I run a job which contains many subjobs without connections between them&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;We had a newbie training session from one of the support consultants recently and this question was asked. He said there is no way to know for sure what order the subjobs will be executed and it might not be consistent from one run to the next. I suspect it might depend on the order the component were added to the job design or something to that effect.</description>
      <pubDate>Thu, 21 Apr 2011 01:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228474#M19738</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-04-21T01:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Subjob execution order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228475#M19739</link>
      <description>Thanks you alevy....that's exactly what I want to know.</description>
      <pubDate>Thu, 21 Apr 2011 08:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228475#M19739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-21T08:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Subjob execution order</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228476#M19740</link>
      <description>in TIS, with the job property "enable parallel execution" disconnected subjobs will all execute in parallel.</description>
      <pubDate>Thu, 21 Apr 2011 18:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Subjob-execution-order/m-p/2228476#M19740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-21T18:20:21Z</dc:date>
    </item>
  </channel>
</rss>

