<?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>article How to: Getting Started with the Qlik Talend Data Integration connector in Qlik Automate in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-Started-with-the-Qlik-Talend-Data-Integration/ta-p/2448525</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;This article is intended to guide users on how to work with the Qlik Talend Data Integration connector in Qlik Automate.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="4"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Authentication&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The connector is always connected for every user. The user has identical access to data projects as in the Qlik UI.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Working with the connector&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The connector has the following blocks available:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;List Projects&lt;/LI&gt;
&lt;LI&gt;List Data Tasks&lt;/LI&gt;
&lt;LI&gt;Get Project&lt;/LI&gt;
&lt;LI&gt;Get Data Task&lt;/LI&gt;
&lt;LI&gt;Get Data Task Runtime State&lt;/LI&gt;
&lt;LI&gt;Start Data Task&lt;/LI&gt;
&lt;LI&gt;Stop Data Task&lt;/LI&gt;
&lt;LI&gt;Start Tasks and wait for completion&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The purpose of this connector is to allow Qlik Talend Data Integration users to create automations that orchestrate the tasks inside a data project. This provides users more control of when particular tasks need to be run, as well as allowing users to insert other tasks such as integration with third party systems based on particular conditions during the automation.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Scenario&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;There's a pipeline in Qlik Talend Data Integration making use of a table of orders and a table of customers.&lt;/P&gt;
&lt;P&gt;We can run the register tasks separately as well as the storage tasks. However, the transform task combining the customer and sales data into a single table can only be done once both the storage tasks are complete.&lt;/P&gt;
&lt;P&gt;Also, a requirement of running this pipeline is that if one of the storage tasks fails, a ticket needs to be logged on ServiceNow.&lt;/P&gt;
&lt;P&gt;See below a sketch of the Qlik Talend Data Integration pipeline:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pipeline sketch.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166231i1B1E9D14F5AE8FCB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pipeline sketch.png" alt="pipeline sketch.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;The Automation&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;An automation to run this pipeline can be built in the following way:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Start from a new automation&lt;/LI&gt;
&lt;LI&gt;Open the Qlik Talend Data Integration connector in the block library and drag the &lt;STRONG&gt;List Data Tasks&lt;/STRONG&gt; block on to the canvas.&lt;/LI&gt;
&lt;LI&gt;Configure the &lt;STRONG&gt;List Data Tasks&lt;/STRONG&gt; block by clicking on the &lt;STRONG&gt;Project ID&lt;/STRONG&gt; input and use the lookup to find the correct data project.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="list data tasks and project ID.png" style="width: 731px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172226i7DB5074808ED1C14/image-size/large?v=v2&amp;amp;px=999" role="button" title="list data tasks and project ID.png" alt="list data tasks and project ID.png" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Perform a test run by hovering over the list data tasks block and click the green arrow for a test run. This will populate the example output.&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="click TEST RUN.png" style="width: 385px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172227iD50EDF5D09790C01/image-size/large?v=v2&amp;amp;px=999" role="button" title="click TEST RUN.png" alt="click TEST RUN.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;In the block editor, navigate to the list blocks and drag the &lt;STRONG&gt;Filter List&lt;/STRONG&gt; block below the &lt;STRONG&gt;List Data Tasks&lt;/STRONG&gt; block. The List input will be automatically configured to the &lt;STRONG&gt;List Data Tasks&lt;/STRONG&gt; block.&lt;/LI&gt;
&lt;LI&gt;In the condition, select the property type and set the comparison function to &lt;STRONG&gt;"equals"&lt;/STRONG&gt;. Set the value to &lt;STRONG&gt;"STORAGE"&lt;/STRONG&gt; to obtain all the storage tasks.&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="type equals storage.png" style="width: 853px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172228iEF88D048FF242C74/image-size/large?v=v2&amp;amp;px=999" role="button" title="type equals storage.png" alt="type equals storage.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Drag the &lt;STRONG&gt;Start Data Tasks and wait for completion&lt;/STRONG&gt; block below the &lt;STRONG&gt;Filter List&lt;/STRONG&gt; block. Configure the same &lt;STRONG&gt;project ID&lt;/STRONG&gt; as before and in the &lt;STRONG&gt;data task ID's&lt;/STRONG&gt;, select &lt;STRONG&gt;"Output from Filter List"&lt;/STRONG&gt; and subsequently choose the key &lt;STRONG&gt;"type"&lt;/STRONG&gt;. Select the radio button for S&lt;STRONG&gt;elect all type(s) from list filterList&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Click on the green box containing &lt;STRONG&gt;Filter list(*) &amp;gt; Type&lt;/STRONG&gt; and click &lt;STRONG&gt;add formula&lt;/STRONG&gt;. Choose the &lt;STRONG&gt;explode formula&lt;/STRONG&gt; and for delimiter provide a single comma. &lt;STRONG&gt;The Start Data Tasks and wait for completion&lt;/STRONG&gt; should now look like the following:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add data task formula.png" style="width: 333px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166235iB6C723C42DC3DEC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="add data task formula.png" alt="add data task formula.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;From the block library, go to the basic blocks and drag a condition block onto the canvas. The &lt;STRONG&gt;Start Data Tasks and Wait for completion&lt;/STRONG&gt; block has a property called &lt;STRONG&gt;success&lt;/STRONG&gt; containing a boolean value. Configure the condition to check if this is set to false.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="start data tasks and wait for completion.png" style="width: 863px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172229i72A439165F5B2C2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="start data tasks and wait for completion.png" alt="start data tasks and wait for completion.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;From the block library, go to the &lt;STRONG&gt;ServiceNow&lt;/STRONG&gt; connector and drag the &lt;STRONG&gt;Create Incident&lt;/STRONG&gt; block inside the yes condition. Here we can provide data for a &lt;STRONG&gt;ServiceNow&lt;/STRONG&gt; ticket to be created, or any of the other connectors available.&lt;/LI&gt;
&lt;LI&gt;In the "No" condition, we can drag in the subsequent parts of the data pipeline. Drag another &lt;STRONG&gt;Start Data Tasks and Wait for completion&lt;/STRONG&gt; block in the no condition and configure this to run the transform task. Repeat the process for the Data Mart task.&lt;/LI&gt;
&lt;LI&gt;The final automation should look like the following:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="final automation.png" style="width: 430px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172230i199B0209B4883839/image-size/large?v=v2&amp;amp;px=999" role="button" title="final automation.png" alt="final automation.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Upon running this automation, we will have the desired result. An automation will run the two storage tasks in parallel and only continue when both are completed. If either one has an error, a ticket gets logged to an external system. When there are no issues, the subsequent tasks will be run as well and the pipeline is completed successfully!&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 23 May 2025 13:23:12 GMT</pubDate>
    <dc:creator>MarkGeurtsen</dc:creator>
    <dc:date>2025-05-23T13:23:12Z</dc:date>
    <item>
      <title>How to: Getting Started with the Qlik Talend Data Integration connector in Qlik Automate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-Started-with-the-Qlik-Talend-Data-Integration/ta-p/2448525</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;This article is intended to guide users on how to work with the Qlik Talend Data Integration connector in Qlik Automate.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="4"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Authentication&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The connector is always connected for every user. The user has identical access to data projects as in the Qlik UI.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Working with the connector&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The connector has the following blocks available:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;List Projects&lt;/LI&gt;
&lt;LI&gt;List Data Tasks&lt;/LI&gt;
&lt;LI&gt;Get Project&lt;/LI&gt;
&lt;LI&gt;Get Data Task&lt;/LI&gt;
&lt;LI&gt;Get Data Task Runtime State&lt;/LI&gt;
&lt;LI&gt;Start Data Task&lt;/LI&gt;
&lt;LI&gt;Stop Data Task&lt;/LI&gt;
&lt;LI&gt;Start Tasks and wait for completion&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The purpose of this connector is to allow Qlik Talend Data Integration users to create automations that orchestrate the tasks inside a data project. This provides users more control of when particular tasks need to be run, as well as allowing users to insert other tasks such as integration with third party systems based on particular conditions during the automation.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Scenario&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;There's a pipeline in Qlik Talend Data Integration making use of a table of orders and a table of customers.&lt;/P&gt;
&lt;P&gt;We can run the register tasks separately as well as the storage tasks. However, the transform task combining the customer and sales data into a single table can only be done once both the storage tasks are complete.&lt;/P&gt;
&lt;P&gt;Also, a requirement of running this pipeline is that if one of the storage tasks fails, a ticket needs to be logged on ServiceNow.&lt;/P&gt;
&lt;P&gt;See below a sketch of the Qlik Talend Data Integration pipeline:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pipeline sketch.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166231i1B1E9D14F5AE8FCB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pipeline sketch.png" alt="pipeline sketch.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;The Automation&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;An automation to run this pipeline can be built in the following way:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Start from a new automation&lt;/LI&gt;
&lt;LI&gt;Open the Qlik Talend Data Integration connector in the block library and drag the &lt;STRONG&gt;List Data Tasks&lt;/STRONG&gt; block on to the canvas.&lt;/LI&gt;
&lt;LI&gt;Configure the &lt;STRONG&gt;List Data Tasks&lt;/STRONG&gt; block by clicking on the &lt;STRONG&gt;Project ID&lt;/STRONG&gt; input and use the lookup to find the correct data project.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="list data tasks and project ID.png" style="width: 731px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172226i7DB5074808ED1C14/image-size/large?v=v2&amp;amp;px=999" role="button" title="list data tasks and project ID.png" alt="list data tasks and project ID.png" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Perform a test run by hovering over the list data tasks block and click the green arrow for a test run. This will populate the example output.&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="click TEST RUN.png" style="width: 385px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172227iD50EDF5D09790C01/image-size/large?v=v2&amp;amp;px=999" role="button" title="click TEST RUN.png" alt="click TEST RUN.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;In the block editor, navigate to the list blocks and drag the &lt;STRONG&gt;Filter List&lt;/STRONG&gt; block below the &lt;STRONG&gt;List Data Tasks&lt;/STRONG&gt; block. The List input will be automatically configured to the &lt;STRONG&gt;List Data Tasks&lt;/STRONG&gt; block.&lt;/LI&gt;
&lt;LI&gt;In the condition, select the property type and set the comparison function to &lt;STRONG&gt;"equals"&lt;/STRONG&gt;. Set the value to &lt;STRONG&gt;"STORAGE"&lt;/STRONG&gt; to obtain all the storage tasks.&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="type equals storage.png" style="width: 853px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172228iEF88D048FF242C74/image-size/large?v=v2&amp;amp;px=999" role="button" title="type equals storage.png" alt="type equals storage.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Drag the &lt;STRONG&gt;Start Data Tasks and wait for completion&lt;/STRONG&gt; block below the &lt;STRONG&gt;Filter List&lt;/STRONG&gt; block. Configure the same &lt;STRONG&gt;project ID&lt;/STRONG&gt; as before and in the &lt;STRONG&gt;data task ID's&lt;/STRONG&gt;, select &lt;STRONG&gt;"Output from Filter List"&lt;/STRONG&gt; and subsequently choose the key &lt;STRONG&gt;"type"&lt;/STRONG&gt;. Select the radio button for S&lt;STRONG&gt;elect all type(s) from list filterList&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Click on the green box containing &lt;STRONG&gt;Filter list(*) &amp;gt; Type&lt;/STRONG&gt; and click &lt;STRONG&gt;add formula&lt;/STRONG&gt;. Choose the &lt;STRONG&gt;explode formula&lt;/STRONG&gt; and for delimiter provide a single comma. &lt;STRONG&gt;The Start Data Tasks and wait for completion&lt;/STRONG&gt; should now look like the following:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add data task formula.png" style="width: 333px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166235iB6C723C42DC3DEC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="add data task formula.png" alt="add data task formula.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;From the block library, go to the basic blocks and drag a condition block onto the canvas. The &lt;STRONG&gt;Start Data Tasks and Wait for completion&lt;/STRONG&gt; block has a property called &lt;STRONG&gt;success&lt;/STRONG&gt; containing a boolean value. Configure the condition to check if this is set to false.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="start data tasks and wait for completion.png" style="width: 863px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172229i72A439165F5B2C2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="start data tasks and wait for completion.png" alt="start data tasks and wait for completion.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;From the block library, go to the &lt;STRONG&gt;ServiceNow&lt;/STRONG&gt; connector and drag the &lt;STRONG&gt;Create Incident&lt;/STRONG&gt; block inside the yes condition. Here we can provide data for a &lt;STRONG&gt;ServiceNow&lt;/STRONG&gt; ticket to be created, or any of the other connectors available.&lt;/LI&gt;
&lt;LI&gt;In the "No" condition, we can drag in the subsequent parts of the data pipeline. Drag another &lt;STRONG&gt;Start Data Tasks and Wait for completion&lt;/STRONG&gt; block in the no condition and configure this to run the transform task. Repeat the process for the Data Mart task.&lt;/LI&gt;
&lt;LI&gt;The final automation should look like the following:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="final automation.png" style="width: 430px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172230i199B0209B4883839/image-size/large?v=v2&amp;amp;px=999" role="button" title="final automation.png" alt="final automation.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Upon running this automation, we will have the desired result. An automation will run the two storage tasks in parallel and only continue when both are completed. If either one has an error, a ticket gets logged to an external system. When there are no issues, the subsequent tasks will be run as well and the pipeline is completed successfully!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 May 2025 13:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-Started-with-the-Qlik-Talend-Data-Integration/ta-p/2448525</guid>
      <dc:creator>MarkGeurtsen</dc:creator>
      <dc:date>2025-05-23T13:23:12Z</dc:date>
    </item>
  </channel>
</rss>

