<?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: Running multiple interdependent jobs one after othe in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324817#M94480</link>
    <description>&lt;P&gt;No, I think you didn't picked my question properly. What I want is that on running the job only first part should run, i.e from TEST to temp_staging_stable, then I have to do some modifications in the&amp;nbsp;&lt;SPAN&gt;temp_staging_stable, then when I run it gain, now the second part of job should run ,i.e from&amp;nbsp;temp_staging_stable to Employee.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any suggestions how to achieve this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Pankaj&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2017 09:47:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-12T09:47:19Z</dc:date>
    <item>
      <title>Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324815#M94478</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I have a case where a Job has to be broken down to two sub jobs as I have&amp;nbsp;to take the output of one job, do some modification (in the output table) and use it as an input to the next job. So, how to do it ? If i try to do something like in the screenshot below then it runs both the jobs simultaneously which I don't want.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multi.jpg" style="width: 755px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lv67.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139921iB53AC09F76BF7614/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lv67.jpg" alt="0683p000009Lv67.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 07:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324815#M94478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T07:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324816#M94479</link>
      <description>&lt;P&gt;Right click on TEST1, select Trigger and select "On Subjob OK". Drag this link to the TEMP_STAGING _TABLE component. Done.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324816#M94479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T09:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324817#M94480</link>
      <description>&lt;P&gt;No, I think you didn't picked my question properly. What I want is that on running the job only first part should run, i.e from TEST to temp_staging_stable, then I have to do some modifications in the&amp;nbsp;&lt;SPAN&gt;temp_staging_stable, then when I run it gain, now the second part of job should run ,i.e from&amp;nbsp;temp_staging_stable to Employee.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any suggestions how to achieve this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Pankaj&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324817#M94480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T09:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324818#M94481</link>
      <description>&lt;P&gt;Check for a controlling state, i.e. either a variable, or some data, to identify that the first step is complete and you have done your modifications in the temp_staging_table, then depending on that controlling state, you either run the first subjob or the second subjob.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What you will do is as follows:&lt;/P&gt; 
&lt;P&gt;tJava -&amp;gt; Run If -&amp;gt; (Your First Subjob)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt; Run If -&amp;gt; (Your Second Subjob)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Yes, they are linked to the same tJava which should not contain any Java code in its body. &amp;nbsp;It is just a stub to allow you to run to If triggers from 1 point. &amp;nbsp;In each if trigger, you are checking for the correct controlling state. &amp;nbsp;You can use context variables, or actually query the DB for some of the modifications you did, before you reach the tJava to decide what is the controlling state for the If condition.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 10:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324818#M94481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T10:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324819#M94482</link>
      <description>&lt;P&gt;Its a bit difficult for me to design and also I want to avoid any Java coding as my client doesn't have any coding skills.&lt;/P&gt;
&lt;P&gt;Isn't it possible that I select my firstjob, execute it, then do some modifications in the resultant table, then select my second Job and execute it!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 11:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324819#M94482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T11:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324820#M94483</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005700000036lIsAAI"&gt;@iburtally&lt;/A&gt;&amp;nbsp;was not talking about using any Java. The tJava is just used as a dummy component to drive the conditional RunIfs from.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Why are you designing this as one job? If you have to perform some manual steps between the two processes, why not just write two jobs? Don't get me wrong, it is easily achieved by Talend, but there is no point struggling for ages when two separate jobs will do.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324820#M94483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T12:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324821#M94484</link>
      <description>&lt;P&gt;Well that had to be the last resort, i.e. to have two separate jobs for this task as there is a manual intervention involved between tow sub jobs. All I was thinking of a way to possible 'select' one the two subjobs and execute and then repeat it for the next. But that doesn't seems to be the case so I shall go with the option of having two jobs for this.&lt;/P&gt;&lt;P&gt;Thanks anyways.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324821#M94484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T12:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324822#M94485</link>
      <description>&lt;P&gt;What&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005700000036lIsAAI"&gt;@iburtally&lt;/A&gt;&amp;nbsp;described would be fine for this. You can also use context variables to do this. You can use the state of your data in your db to do this. You can use the presence of data in your db to do this. You can do this in SO many ways. You need to give more information about what you have to play with before anyone can be more specific I'm afraid.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324822#M94485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T12:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324823#M94486</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005700000036lIsAAI" target="_blank"&gt;@iburtally&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Is it possible that at the end of step1 or first subjob I can see the result in a GUI(i.e all the columns) and can update some value of a column which updates my Database table accordingly and then I can use it as an Input to my second Job?&lt;/P&gt; 
&lt;P&gt;The purpose is that my client wants some manual approval process at the end of first job i.e. where we have applied some rule and he can see the changes and put a tick mark against the columns which he actually wants for the main table.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 09:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324823#M94486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-14T09:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324824#M94487</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a product called Talend Data Stewardship for this which provides GUI to curate the data. &amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use Talend Data Stewardship, you send your data to the Data Stewardship, then you can login into the UI for Data Stewardship, curate and fix your data, then your second job read the curated data from Data Stewardship and do further processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to build your own UI, then you can do that too. &amp;nbsp;But Talend ETL does not provide a UI. &amp;nbsp;It is supposed to be batch running without a UI. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 09:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324824#M94487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-14T09:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324825#M94488</link>
      <description>&lt;P&gt;Is T&lt;SPAN&gt;alend Data Stewardship also an Open Source or we need to buy it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 16:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324825#M94488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-14T16:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324826#M94489</link>
      <description>&lt;P&gt;Talend Data Stewardship is only available as a paid product. &amp;nbsp;However, we include 2 free licenses of it with a Talend Platform product.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 17:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324826#M94489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-14T17:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324827#M94490</link>
      <description>&lt;P&gt;&amp;nbsp;Ok.&lt;/P&gt;&lt;P&gt;here i want to ask a couple of questions:&lt;/P&gt;&lt;P&gt;1) If Talend provides the option to customize jobs/ components, where are the options to do it.?&lt;/P&gt;&lt;P&gt;2) If for this job, which we have been discussing long time now(two interdependent jobs), I want to write a customized routine, which will lets's say allow me open up a GUI with the ability to load database table in it(in a tabular structure may be) and I look at the columns and have the ability to change values and click on 'Save' button to make changes in database.&lt;/P&gt;&lt;P&gt;This will do my job. So how difficult it's going to be, if feasible?&lt;/P&gt;&lt;P&gt;Kindly let me know all the options.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2017 06:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324827#M94490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-15T06:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324828#M94491</link>
      <description>&lt;P&gt;1) You build the jobs yourself, so you therefore customise them while building them. If you are talking about runtime dynamic functionality, you have to build this as well. You can use Context variables for this for&amp;nbsp;example. Components come with configuration options and you can create your own components. Creating components&amp;nbsp;is too difficult to explain how to do in a scenario like this. You will need to Google how to do this and then experiment. There are no easy answers to that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) I am not sure why you would do this. Talend jobs should not be considered GUI enabled. The jobs are not meant to work with GUIs. You *can* do this of course, but it is not something that can be done out of the box. You will need to build it in. You can emulate a very basic version of the stewardship console by yourself by loading data to a db table, setting up a JSP page (maybe using Tomcat) to display and allow editing of the data, and then load the edited data from the table onwards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2017 13:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324828#M94491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-15T13:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324829#M94492</link>
      <description>&lt;P&gt;Ok. Thanks for the detailed reply.&lt;/P&gt; 
&lt;P&gt;Talking about point no. 2 below, the reason we wanna do it is that our client wants it that way &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;Anyways if I were to choose that option, then on completion of my first job, can I have a 'button' on UI on click of which I can invoke my webpage which loads the data in UI? Or how do I go about it if I want to link that web page?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 06:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324829#M94492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-17T06:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324830#M94493</link>
      <description>&lt;P&gt;Any replies on this?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 05:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324830#M94493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-18T05:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324831#M94494</link>
      <description>&lt;P&gt;Your UI can have a submit button that call a rest service. The rest service could trigger your DI job, or even actually do the actual processing, depending on whether your job is processing 1 record on each button submit, or hundreds/thousands of records on button submit. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use any web i.e. HTML, JavaScript etc, to call you rest service.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 09:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324831#M94494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-18T09:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324832#M94495</link>
      <description>&lt;P&gt;No but this not clear. My question is how to connect the JSP page which I make, through Talend. The jsp page should be invoked when my first job is finished and I click let's say a 'Review' button on my Talend screen.&lt;/P&gt;&lt;P&gt;How to do this?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 10:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324832#M94495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-18T10:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324833#M94496</link>
      <description>&lt;P&gt;What&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005700000036lIsAAI"&gt;@iburtally&lt;/A&gt;&amp;nbsp;was suggesting was that you could use a Talend web service to either trigger your job or carry out the processing. Calling a web service would require simply firing a call to a URL (&lt;A href="http://www.myserver.co.uk:8040/myService" target="_blank" rel="nofollow noopener noreferrer"&gt;www.myserver.co.uk:8040/myService&lt;/A&gt; or localhost:8040/myService).&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I think you are making this a little more complicated than it needs to be though.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 10:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324833#M94496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-18T10:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple interdependent jobs one after othe</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324834#M94497</link>
      <description>&lt;P&gt;Talend has products like Talend Data Stewardship for this kind of problem. &amp;nbsp;Or you can use a BPM workflow engine with custom UI. &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;However, You can have your Talend Job call a tSystem with&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;chrome.exe google.com&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;command. &amp;nbsp;Change the URL to the one you built and it will open the webpage. &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Calling a Talend Job from a UI is straight forward since it is just a java process to call with Java.exe. &amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 10:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-multiple-interdependent-jobs-one-after-othe/m-p/2324834#M94497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-18T10:15:22Z</dc:date>
    </item>
  </channel>
</rss>

