<?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: How to fire and forget a job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-fire-and-forget-a-job/m-p/2545210#M149444</link>
    <description>&lt;P&gt;If you are planning to run the parent job from the Talend Management Console, this is probably a bad idea. The Talend management console is there to kick off jobs (scheduled triggers, manual execution, or webhook triggered) on remote servers and monitor their execution flow, reporting issues, providing logs and metrics, etc.&lt;/P&gt;
&lt;P&gt;If you are running the parent job from a windows scheduler or windows batch script/program then you can have the parent Talend job do stuff and then call a system command to execute a windows batch script/program and in that windows batch script/program you can use the START command to launch another independent batch script/program, which will run as a separate program. Inside that independent batch script/program can be commands to run a Talend job or whatever you want. It will of course run unmonitored by anything but the Windows system, so you will need to craft the job to handle any error situations you care about.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Mar 2026 13:09:58 GMT</pubDate>
    <dc:creator>dgreen</dc:creator>
    <dc:date>2026-03-20T13:09:58Z</dc:date>
    <item>
      <title>How to fire and forget a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fire-and-forget-a-job/m-p/2544532#M149437</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to Talend. I have requirement to fire and forget a job from another ETL job.&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;I have a parent job and a Child job. From Parent ETL job I need to invoke child ETL job but should not wait until child job is completed, I need to proceed with next the steps in parent job.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried using tRunjob component by setting “Use independent process” flag to true but did not work out. Parent job is still waiting until child job is completed. I have tried tsystem component as well but no luck.&lt;/P&gt;
&lt;P&gt;I am sure this is not something unique requirement. Can someone help with step by step approach on how to achieve this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;&lt;SPAN&gt;Bala&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 04:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fire-and-forget-a-job/m-p/2544532#M149437</guid>
      <dc:creator>subbu_kobra</dc:creator>
      <dc:date>2026-03-11T04:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to fire and forget a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fire-and-forget-a-job/m-p/2544979#M149441</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/364433"&gt;@subbu_kobra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried using a &lt;STRONG&gt;tParallelize&lt;/STRONG&gt; component? This way, you can run your child job in parallel with the rest of your parent job at the same time.&lt;/P&gt;&lt;P&gt;- Quentin&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 13:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fire-and-forget-a-job/m-p/2544979#M149441</guid>
      <dc:creator>quentin-vigne</dc:creator>
      <dc:date>2026-03-17T13:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to fire and forget a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fire-and-forget-a-job/m-p/2545210#M149444</link>
      <description>&lt;P&gt;If you are planning to run the parent job from the Talend Management Console, this is probably a bad idea. The Talend management console is there to kick off jobs (scheduled triggers, manual execution, or webhook triggered) on remote servers and monitor their execution flow, reporting issues, providing logs and metrics, etc.&lt;/P&gt;
&lt;P&gt;If you are running the parent job from a windows scheduler or windows batch script/program then you can have the parent Talend job do stuff and then call a system command to execute a windows batch script/program and in that windows batch script/program you can use the START command to launch another independent batch script/program, which will run as a separate program. Inside that independent batch script/program can be commands to run a Talend job or whatever you want. It will of course run unmonitored by anything but the Windows system, so you will need to craft the job to handle any error situations you care about.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 13:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fire-and-forget-a-job/m-p/2545210#M149444</guid>
      <dc:creator>dgreen</dc:creator>
      <dc:date>2026-03-20T13:09:58Z</dc:date>
    </item>
  </channel>
</rss>

