<?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 use task chaining with Qlik Automate in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/ta-p/1834006</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;This article explains how to perform task chaining for your Qlik Cloud apps using Qlik Automate. It'll start with a simple app reload example and finish with a complex task chain example.&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="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;1. Reloading Qlik Cloud apps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Create a new automation and follow these steps to reload a Qlik Cloud app:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Go to the Qlik Cloud connector and search for the "Do Reload" block. Drag this block inside the editor and attach it to the Start block.&lt;/LI&gt;
&lt;LI&gt;Click on the newly added block to highlight it and display the block details menu on the right side of the editor. Go to the inputs tab of this block and enter the App Id for the Qlik Cloud app you want to reload.&lt;/LI&gt;
&lt;LI&gt;It is also possible to do a lookup for your app. Click the empty input field for App Id and click "Do Lookup" in the dropdown that appears. This will fetch a list of all the Qlik Cloud apps you have access to, select the app you want to reload.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;For now, you can ignore the other input fields. Click the green Run button to execute the automation.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Example automation:&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="full automation.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184625i6F9E4620B89857E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="full automation.png" alt="full automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result in the editor:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="result in editor.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184626iF3F20513F04CFBB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="result in editor.png" alt="result in editor.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The output from the Do Reload block contains information about the reload. The "status" field for example, will indicate whether the reload was successful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;2. Sync vs async reloads&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Reloads can either be done synchronously or asynchronously. This is configured by selecting a value for the field "Run Mode" in the inputs tab of the Reloads block.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sync vs async reloads.png" style="width: 506px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184627iC2F31A9F82C9635E/image-dimensions/506x460?v=v2" width="506" height="460" role="button" title="sync vs async reloads.png" alt="sync vs async reloads.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Async:&amp;nbsp;set the Run Mode to "Start reload and continue". When executed, the block will trigger a reload and output the reload id. The automation will continue immediately. Use the reload id in the block "Get Reload Record" to get the reload's status.&lt;/P&gt;
&lt;P&gt;Sync: set the Run Mode to "Wait for reload to complete". When the block is executed, the automation won't continue until the reload is finished. Once the reload is finished the block will output the reload's result and the automation will continue.&lt;/P&gt;
&lt;P&gt;When using this run mode, you can set the block to throw an error when the reload fails. To do this, select Yes in the &lt;STRONG&gt;Throw Error On Failed Reload&lt;/STRONG&gt; input field. The default setting is No.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;3. Basic task chain&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Now for a basic task chain, drag an additional "Do Reload" block in the editor and attach it to the automation.&lt;/P&gt;
&lt;P&gt;Go to the Inputs tab in the first Reloads block and set the Run Mode to "&lt;SPAN&gt;Wait for reload to complete". This way, the second reload block will only execute once the first reload block is finished.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="basic task chain.png" style="width: 529px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184628iFDD82353B7355632/image-size/large?v=v2&amp;amp;px=999" role="button" title="basic task chain.png" alt="basic task chain.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;4. Task chain with a condition&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In the previous example, the second reload will always execute once the first reload is finished. Regardless of the result. In some cases, you might only want to start the second reload when the first reload finished successfully.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Set the 'Throw Error On Failed Reload' input field to 'Yes' for both Do Reload blocks to ensure they fail or throw an error if the reload fails.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="task chain with a condition.png" style="width: 282px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184629i48CEC3880762D026/image-size/large?v=v2&amp;amp;px=999" role="button" title="task chain with a condition.png" alt="task chain with a condition.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Search for the "Condition" block and attach it between the 2 reload blocks.&lt;/LI&gt;
&lt;LI&gt;Go inside the inputs tab on the Condition block and set the Input field of the "if" statement. From the dropdown that appears, select "output from Do Reload" and click on the "status" field.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="condition.png" style="width: 621px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184630i0AAF2568266F4596/image-dimensions/621x853?v=v2" width="621" height="853" role="button" title="condition.png" alt="condition.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Next, select the condition of the "if" statement and set it to "equals". A new input field will appear. Here you should specify the value you expect to receive in the Reload's status field. In this example, we only want to do the second reload if the first one was successful so we'll set this value to "SUCCEEDED".&lt;/LI&gt;
&lt;LI&gt;Now drag the second Do Reload block to the "Yes" part of the Condition block.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Finally, add a comment to the Condition block so its function is clear without having to open it and look at the actual condition.&lt;/LI&gt;
&lt;LI&gt;The automation should look like this:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="finished condition.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184631i2F4EE1C54CA353BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="finished condition.png" alt="finished condition.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;A JSON file containing the above automation is attached to this article as basic_task_chain.json. &lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-upload-and-download-blends/ta-p/1781602" target="_self"&gt;How to import an automation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Bonus: feel free to add functionality to the "No" part of the Condition block. Maybe use the Email connector to send out an email or &lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/How-to-send-a-message-to-a-channel-in-Slack/td-p/1821026" target="_self"&gt;send a message to a channel in Slack&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;5. Task chain with a loop (parallel task chain)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In some cases, you'll want to trigger multiple app reloads to start simultaneously. And wait for all of them to finish before continuing the automation.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Clear your automation or create a new one and drag a "Variable" block in it. This variable will contain a list of app ids for all the apps to reload.&lt;/LI&gt;
&lt;LI&gt;Go to the Inputs tab on the Variable block and click the "Manage variables" button to add new variables. Add a variable of name "AppIds" and type "List". Click Save.&lt;/LI&gt;
&lt;LI&gt;Select the new variable as the value for the Variable input parameter in the Inputs tab.&lt;/LI&gt;
&lt;LI&gt;Click "Add operation" in the variable's input tab and select "Empty AppIds" as the first operation that needs to happen when this block is executed. It's a good practice to empty a variable before using it.&lt;/LI&gt;
&lt;LI&gt;Add a new operation, this time select "Add item to AppIds". Enter the id of one of the apps that needs to reload.&lt;/LI&gt;
&lt;LI&gt;Repeat step 5 above for each app that needs reloading.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable appids.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184633i54FE23CCCAD7A8FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="variable appids.png" alt="variable appids.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Next, we'll need to loop over the list of app ids. Search for the "Loop" block and attach it to the Variable block.&lt;/LI&gt;
&lt;LI&gt;Go to the inputs tab of the Loop block and specify the list variable. (This should have happened automatically)&lt;/LI&gt;
&lt;LI&gt;Search for a "Do Reload" block and add it to the automation inside the loop of the Loop block.&lt;/LI&gt;
&lt;LI&gt;Go to the inputs tab of the Do Reload block and map the App ID field to the Item in the loop. Set the Run Mode to "Start reload and continue".&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="do reload loop.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184634iF3AF2EB1AF2F8312/image-size/large?v=v2&amp;amp;px=999" role="button" title="do reload loop.png" alt="do reload loop.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Now we somehow need to keep track of the ids of all the reloads that were started. To do this, add a new variable block to the automation right after the "Variable - AppIds" block. Again, go to Manage variables and add a new variable with the name "ReloadIds" and type "List". Set this variable as the active variable in the Variable input parameter and add "&lt;SPAN&gt;Empty&amp;nbsp;&lt;/SPAN&gt;ReloadIds" as an operation.&lt;/LI&gt;
&lt;LI&gt;Drag another Variable block inside the automation and add it right after the "Do Reload" block in the loop.&lt;/LI&gt;
&lt;LI&gt;Select ReloadIds as the Variable for that block. And add a new operation "Add item to ReloadIds". Click the input field for the Item's value and select the Id that's returned from the "Do Reload" block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="veriable reloadids.png" style="width: 523px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184635i4D149DECE103DD51/image-dimensions/523x971?v=v2" width="523" height="971" role="button" title="veriable reloadids.png" alt="veriable reloadids.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;The next block we'll need is the "Wait For Reloads To Complete" block from the Qlik Cloud Services connector. Add this block to the automation&amp;nbsp;&lt;STRONG&gt;after&lt;/STRONG&gt; the loop.&lt;/LI&gt;
&lt;LI&gt;Go to this block's inputs tab and map the ReloadIds list variable to the "Reload Ids" input parameter. This input parameter expects a comma-separated list. So after mapping it, click the ReloadIds mapping and select "Add Formula".&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wait for reload to complete add formula.png" style="width: 536px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184636i403522E573C45A37/image-dimensions/536x433?v=v2" width="536" height="433" role="button" title="wait for reload to complete add formula.png" alt="wait for reload to complete add formula.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Search for the "Implode" formula and select it. This formula will transform the list into a comma-separated string. Click "Save" to add the formula.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Bonus: feel free to add a "Send Email" block from the Email connector or &lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/How-to-send-a-message-to-a-channel-in-Slack/td-p/1821026" target="_self"&gt;send a message to a channel in Slack&lt;/A&gt;. To notify people of the finished reloads.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="do reload.png" style="width: 536px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184637i3B9773643EC23B5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="do reload.png" alt="do reload.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;6. Task chain with a loop and condition&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;This part continues on the automation that was created in part 5. "Task chain with a loop".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In most use cases, what happens after the parallel reloads will depend on the returned results. To do this, we'll need to filter the results from the "Wait For Reloads To Complete" block.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Search for the "Filter List" block and attach it after the Wait For Reloads To Complete block.&lt;/LI&gt;
&lt;LI&gt;Map the output from the&amp;nbsp;Wait For Reloads To Complete block as input for the List parameter. And set the condition to "If status does not equal SUCCEEDED". Now the Filter List block will output all the unsuccessful reloads.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter list.png" style="width: 524px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184638i8913F2EC5C9064EA/image-dimensions/524x386?v=v2" width="524" height="386" role="button" title="filter list.png" alt="filter list.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Next, add a Condition block after the Filter list block. Set the condition to "If Filter List is empty". If this condition is true, (the Yes part) then all reloads were successful. Else (the No part) some reloads failed.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="condition if filter is is empty.png" style="width: 522px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184639iDC035C65D5AF8B38/image-dimensions/522x371?v=v2" width="522" height="371" role="button" title="condition if filter is is empty.png" alt="condition if filter is is empty.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Feel free to fill in both the Yes and No part of the Condition block, depending on your use case.
&lt;OL&gt;
&lt;LI&gt;Maybe you want to start a new reload only if all reloads were successful? Then add a new Do Reload block to the Yes part of the condition.&lt;/LI&gt;
&lt;LI&gt;Or if you want to alert your team on the result, you can use blocks from the Email, Slack, or Teams connectors to populate both the Yes and No part&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="final view.png" style="width: 393px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184640i9C79826622E56B12/image-size/large?v=v2&amp;amp;px=999" role="button" title="final view.png" alt="final view.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A JSON file containing the above automation is attached to this article as parallel_task_chain_with_condition.json&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-upload-and-download-blends/ta-p/1781602" target="_self"&gt;How to import an automation&lt;/A&gt;&lt;/P&gt;
&lt;H3 id="toc-hId--966162289"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/How-to-build-long-running-task-chains-in-Qlik-Application/ta-p/1877373" target="_self"&gt;How to build a long-running task chain in Qlik Application Automation&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-and-task-chaining-clarification-on/ta-p/2002504" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Qlik Application Automation and task chaining: clarification on "On Error --&amp;gt; Stop" and adding a condition on successful reload before the next reload&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 06 Nov 2025 06:28:47 GMT</pubDate>
    <dc:creator>Emile_Koslowski</dc:creator>
    <dc:date>2025-11-06T06:28:47Z</dc:date>
    <item>
      <title>How to use task chaining with Qlik Automate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/ta-p/1834006</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;This article explains how to perform task chaining for your Qlik Cloud apps using Qlik Automate. It'll start with a simple app reload example and finish with a complex task chain example.&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="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;1. Reloading Qlik Cloud apps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Create a new automation and follow these steps to reload a Qlik Cloud app:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Go to the Qlik Cloud connector and search for the "Do Reload" block. Drag this block inside the editor and attach it to the Start block.&lt;/LI&gt;
&lt;LI&gt;Click on the newly added block to highlight it and display the block details menu on the right side of the editor. Go to the inputs tab of this block and enter the App Id for the Qlik Cloud app you want to reload.&lt;/LI&gt;
&lt;LI&gt;It is also possible to do a lookup for your app. Click the empty input field for App Id and click "Do Lookup" in the dropdown that appears. This will fetch a list of all the Qlik Cloud apps you have access to, select the app you want to reload.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;For now, you can ignore the other input fields. Click the green Run button to execute the automation.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Example automation:&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="full automation.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184625i6F9E4620B89857E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="full automation.png" alt="full automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result in the editor:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="result in editor.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184626iF3F20513F04CFBB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="result in editor.png" alt="result in editor.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The output from the Do Reload block contains information about the reload. The "status" field for example, will indicate whether the reload was successful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;2. Sync vs async reloads&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Reloads can either be done synchronously or asynchronously. This is configured by selecting a value for the field "Run Mode" in the inputs tab of the Reloads block.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sync vs async reloads.png" style="width: 506px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184627iC2F31A9F82C9635E/image-dimensions/506x460?v=v2" width="506" height="460" role="button" title="sync vs async reloads.png" alt="sync vs async reloads.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Async:&amp;nbsp;set the Run Mode to "Start reload and continue". When executed, the block will trigger a reload and output the reload id. The automation will continue immediately. Use the reload id in the block "Get Reload Record" to get the reload's status.&lt;/P&gt;
&lt;P&gt;Sync: set the Run Mode to "Wait for reload to complete". When the block is executed, the automation won't continue until the reload is finished. Once the reload is finished the block will output the reload's result and the automation will continue.&lt;/P&gt;
&lt;P&gt;When using this run mode, you can set the block to throw an error when the reload fails. To do this, select Yes in the &lt;STRONG&gt;Throw Error On Failed Reload&lt;/STRONG&gt; input field. The default setting is No.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;3. Basic task chain&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Now for a basic task chain, drag an additional "Do Reload" block in the editor and attach it to the automation.&lt;/P&gt;
&lt;P&gt;Go to the Inputs tab in the first Reloads block and set the Run Mode to "&lt;SPAN&gt;Wait for reload to complete". This way, the second reload block will only execute once the first reload block is finished.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="basic task chain.png" style="width: 529px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184628iFDD82353B7355632/image-size/large?v=v2&amp;amp;px=999" role="button" title="basic task chain.png" alt="basic task chain.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;4. Task chain with a condition&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In the previous example, the second reload will always execute once the first reload is finished. Regardless of the result. In some cases, you might only want to start the second reload when the first reload finished successfully.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Set the 'Throw Error On Failed Reload' input field to 'Yes' for both Do Reload blocks to ensure they fail or throw an error if the reload fails.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="task chain with a condition.png" style="width: 282px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184629i48CEC3880762D026/image-size/large?v=v2&amp;amp;px=999" role="button" title="task chain with a condition.png" alt="task chain with a condition.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Search for the "Condition" block and attach it between the 2 reload blocks.&lt;/LI&gt;
&lt;LI&gt;Go inside the inputs tab on the Condition block and set the Input field of the "if" statement. From the dropdown that appears, select "output from Do Reload" and click on the "status" field.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="condition.png" style="width: 621px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184630i0AAF2568266F4596/image-dimensions/621x853?v=v2" width="621" height="853" role="button" title="condition.png" alt="condition.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Next, select the condition of the "if" statement and set it to "equals". A new input field will appear. Here you should specify the value you expect to receive in the Reload's status field. In this example, we only want to do the second reload if the first one was successful so we'll set this value to "SUCCEEDED".&lt;/LI&gt;
&lt;LI&gt;Now drag the second Do Reload block to the "Yes" part of the Condition block.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Finally, add a comment to the Condition block so its function is clear without having to open it and look at the actual condition.&lt;/LI&gt;
&lt;LI&gt;The automation should look like this:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="finished condition.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184631i2F4EE1C54CA353BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="finished condition.png" alt="finished condition.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;A JSON file containing the above automation is attached to this article as basic_task_chain.json. &lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-upload-and-download-blends/ta-p/1781602" target="_self"&gt;How to import an automation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Bonus: feel free to add functionality to the "No" part of the Condition block. Maybe use the Email connector to send out an email or &lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/How-to-send-a-message-to-a-channel-in-Slack/td-p/1821026" target="_self"&gt;send a message to a channel in Slack&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;5. Task chain with a loop (parallel task chain)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In some cases, you'll want to trigger multiple app reloads to start simultaneously. And wait for all of them to finish before continuing the automation.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Clear your automation or create a new one and drag a "Variable" block in it. This variable will contain a list of app ids for all the apps to reload.&lt;/LI&gt;
&lt;LI&gt;Go to the Inputs tab on the Variable block and click the "Manage variables" button to add new variables. Add a variable of name "AppIds" and type "List". Click Save.&lt;/LI&gt;
&lt;LI&gt;Select the new variable as the value for the Variable input parameter in the Inputs tab.&lt;/LI&gt;
&lt;LI&gt;Click "Add operation" in the variable's input tab and select "Empty AppIds" as the first operation that needs to happen when this block is executed. It's a good practice to empty a variable before using it.&lt;/LI&gt;
&lt;LI&gt;Add a new operation, this time select "Add item to AppIds". Enter the id of one of the apps that needs to reload.&lt;/LI&gt;
&lt;LI&gt;Repeat step 5 above for each app that needs reloading.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable appids.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184633i54FE23CCCAD7A8FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="variable appids.png" alt="variable appids.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Next, we'll need to loop over the list of app ids. Search for the "Loop" block and attach it to the Variable block.&lt;/LI&gt;
&lt;LI&gt;Go to the inputs tab of the Loop block and specify the list variable. (This should have happened automatically)&lt;/LI&gt;
&lt;LI&gt;Search for a "Do Reload" block and add it to the automation inside the loop of the Loop block.&lt;/LI&gt;
&lt;LI&gt;Go to the inputs tab of the Do Reload block and map the App ID field to the Item in the loop. Set the Run Mode to "Start reload and continue".&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="do reload loop.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184634iF3AF2EB1AF2F8312/image-size/large?v=v2&amp;amp;px=999" role="button" title="do reload loop.png" alt="do reload loop.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Now we somehow need to keep track of the ids of all the reloads that were started. To do this, add a new variable block to the automation right after the "Variable - AppIds" block. Again, go to Manage variables and add a new variable with the name "ReloadIds" and type "List". Set this variable as the active variable in the Variable input parameter and add "&lt;SPAN&gt;Empty&amp;nbsp;&lt;/SPAN&gt;ReloadIds" as an operation.&lt;/LI&gt;
&lt;LI&gt;Drag another Variable block inside the automation and add it right after the "Do Reload" block in the loop.&lt;/LI&gt;
&lt;LI&gt;Select ReloadIds as the Variable for that block. And add a new operation "Add item to ReloadIds". Click the input field for the Item's value and select the Id that's returned from the "Do Reload" block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="veriable reloadids.png" style="width: 523px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184635i4D149DECE103DD51/image-dimensions/523x971?v=v2" width="523" height="971" role="button" title="veriable reloadids.png" alt="veriable reloadids.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;The next block we'll need is the "Wait For Reloads To Complete" block from the Qlik Cloud Services connector. Add this block to the automation&amp;nbsp;&lt;STRONG&gt;after&lt;/STRONG&gt; the loop.&lt;/LI&gt;
&lt;LI&gt;Go to this block's inputs tab and map the ReloadIds list variable to the "Reload Ids" input parameter. This input parameter expects a comma-separated list. So after mapping it, click the ReloadIds mapping and select "Add Formula".&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wait for reload to complete add formula.png" style="width: 536px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184636i403522E573C45A37/image-dimensions/536x433?v=v2" width="536" height="433" role="button" title="wait for reload to complete add formula.png" alt="wait for reload to complete add formula.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Search for the "Implode" formula and select it. This formula will transform the list into a comma-separated string. Click "Save" to add the formula.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Bonus: feel free to add a "Send Email" block from the Email connector or &lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/How-to-send-a-message-to-a-channel-in-Slack/td-p/1821026" target="_self"&gt;send a message to a channel in Slack&lt;/A&gt;. To notify people of the finished reloads.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="do reload.png" style="width: 536px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184637i3B9773643EC23B5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="do reload.png" alt="do reload.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;6. Task chain with a loop and condition&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;This part continues on the automation that was created in part 5. "Task chain with a loop".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In most use cases, what happens after the parallel reloads will depend on the returned results. To do this, we'll need to filter the results from the "Wait For Reloads To Complete" block.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Search for the "Filter List" block and attach it after the Wait For Reloads To Complete block.&lt;/LI&gt;
&lt;LI&gt;Map the output from the&amp;nbsp;Wait For Reloads To Complete block as input for the List parameter. And set the condition to "If status does not equal SUCCEEDED". Now the Filter List block will output all the unsuccessful reloads.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter list.png" style="width: 524px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184638i8913F2EC5C9064EA/image-dimensions/524x386?v=v2" width="524" height="386" role="button" title="filter list.png" alt="filter list.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Next, add a Condition block after the Filter list block. Set the condition to "If Filter List is empty". If this condition is true, (the Yes part) then all reloads were successful. Else (the No part) some reloads failed.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="condition if filter is is empty.png" style="width: 522px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184639iDC035C65D5AF8B38/image-dimensions/522x371?v=v2" width="522" height="371" role="button" title="condition if filter is is empty.png" alt="condition if filter is is empty.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Feel free to fill in both the Yes and No part of the Condition block, depending on your use case.
&lt;OL&gt;
&lt;LI&gt;Maybe you want to start a new reload only if all reloads were successful? Then add a new Do Reload block to the Yes part of the condition.&lt;/LI&gt;
&lt;LI&gt;Or if you want to alert your team on the result, you can use blocks from the Email, Slack, or Teams connectors to populate both the Yes and No part&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="final view.png" style="width: 393px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184640i9C79826622E56B12/image-size/large?v=v2&amp;amp;px=999" role="button" title="final view.png" alt="final view.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A JSON file containing the above automation is attached to this article as parallel_task_chain_with_condition.json&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-upload-and-download-blends/ta-p/1781602" target="_self"&gt;How to import an automation&lt;/A&gt;&lt;/P&gt;
&lt;H3 id="toc-hId--966162289"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/How-to-build-long-running-task-chains-in-Qlik-Application/ta-p/1877373" target="_self"&gt;How to build a long-running task chain in Qlik Application Automation&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-and-task-chaining-clarification-on/ta-p/2002504" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Qlik Application Automation and task chaining: clarification on "On Error --&amp;gt; Stop" and adding a condition on successful reload before the next reload&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Nov 2025 06:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/ta-p/1834006</guid>
      <dc:creator>Emile_Koslowski</dc:creator>
      <dc:date>2025-11-06T06:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to: task chaining with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2038529#M8410</link>
      <description>&lt;P&gt;Hi Emil,&lt;/P&gt;
&lt;P&gt;I wanna setup reload of an App in two different times a day&lt;BR /&gt;1. Run&amp;nbsp;@ 12:10 AM&lt;/P&gt;
&lt;P&gt;2. Run&amp;nbsp;@ 10:30 AM&lt;/P&gt;
&lt;P&gt;How to setup an Automation for this scenario?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Kalyan&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 06:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2038529#M8410</guid>
      <dc:creator>DGSundaram_Qlik</dc:creator>
      <dc:date>2023-02-16T06:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to: task chaining with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2038640#M8419</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214644"&gt;@DGSundaram_Qlik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you think this helps you with your question? We have an open &lt;A href="https://community.qlik.com/t5/Suggest-an-Idea/Automation-schedule/idi-p/1924072" target="_blank" rel="noopener"&gt;Automation Schedule idea&lt;/A&gt; (on-roadmap) which I suggest you leave your notes on and vote on.&lt;/P&gt;
&lt;P&gt;In addition, I would recommend this article by Marius:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-How-to-use-the-create-and-update/ta-p/1978622#toc-hId--490162897" target="_blank" rel="noopener"&gt;Qlik Application Automation: How to use the create and update automation blocks, and change automation schedule&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 10:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2038640#M8419</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-02-16T10:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use task chaining with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2107675#M9955</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214644"&gt;@DGSundaram_Qlik&lt;/a&gt;&amp;nbsp;You can find an automation similar to the one you are looking for here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/scheduling-an-automation-at-specific-time/m-p/2093446/highlight/true#M2180" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Application-Automation/scheduling-an-automation-at-specific-time/m-p/2093446/highlight/true#M2180&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Some modifications would be needed, but I think this shows the concept of having an automation rescheduling itself based on a certain condition.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 10:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2107675#M9955</guid>
      <dc:creator>J_Lindberg</dc:creator>
      <dc:date>2023-08-21T10:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use task chaining with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2142593#M10793</link>
      <description>&lt;P&gt;I am trying to figure out a way to get the Reload App Block to retry a couple times if it failed using a loop and reload another app in parallel. Is this possible to do this without creating additional automations?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I try to set the reload to continue it will go back into the loop then fail due to the reload already running. Only way around I can think to get the code to run in a async loop is to create multiple automations to run the loop internally with on automation running them in parallel. But with the 5000 free automation limit we are concerned with costs building up.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 00:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2142593#M10793</guid>
      <dc:creator>MrWendal</dc:creator>
      <dc:date>2023-11-30T00:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use task chaining with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2152613#M10891</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/60276"&gt;@MrWendal&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I recommend posting this query directly in our&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/t5/qlik-application-automation/bd-p/qlik-application-automation-discussions" target="_blank" rel="noopener"&gt;Qlik&amp;nbsp;Application Automatio&lt;/A&gt;n&lt;/STRONG&gt;&amp;nbsp;forum or otherwise suggest an idea in &lt;A href="https://community.qlik.com/t5/ideation/ct-p/qlik-product-insight" target="_blank" rel="noopener"&gt;our ideation portal&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 15:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2152613#M10891</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-12-13T15:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use task chaining with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2476785#M14434</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I wish chaining reload tasks would be the same manner as in Sense or QlikView.&lt;/P&gt;
&lt;P&gt;It will make life much easier..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 09:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2476785#M14434</guid>
      <dc:creator>dana</dc:creator>
      <dc:date>2024-08-19T09:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use task chaining with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2507025#M15424</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134157"&gt;@Emile_Koslowski&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Just wanted to check how many apps i can reload as a task chain in one single automation..&lt;/P&gt;
&lt;P&gt;currently we are using almost 35 app reloads as a task chain.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 08:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2507025#M15424</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2025-02-24T08:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use task chaining with Qlik Automate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2549325#M17169</link>
      <description>&lt;P&gt;&lt;SPAN&gt;There can be a number of reasons that an application does not automatically reload when it is scheduled.&amp;nbsp; Network issues, Database offline for maintenance or responding poorly for backup, and many more.&amp;nbsp; There is an ideation entry that requests some way to ask Qlik to automatically retry a scheduled but failed update after some period of time.&amp;nbsp; This ideation requests this feature in the basic app reload scheduling process, and in app automation.&amp;nbsp; If you are interested in supporting this idea, please go to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://ideation.qlik.com/app/#/case/399034" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ideation.qlik.com/app/#/case/399034&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and upvote it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 14:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-task-chaining-with-Qlik-Automate/tac-p/2549325#M17169</guid>
      <dc:creator>BuildItStrong</dc:creator>
      <dc:date>2026-05-18T14:24:52Z</dc:date>
    </item>
  </channel>
</rss>

