<?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 Qlik Application Automation: How to automatically rerun a failed automation in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-How-to-automatically-rerun-a-failed/ta-p/1991652</link>
    <description>&lt;P&gt;&lt;SPAN&gt;An automation will not automatically rerun or retry if it fails. &lt;/SPAN&gt;&lt;SPAN&gt;You can, however, rerun a failed automation by using an additional automation.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Caution should be taken when implementing this solution to prevent running endless loops or reruns.&amp;nbsp;&lt;/SPAN&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;H4 id="toc-hId--482522488"&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H3 id="toc-hId--482522488"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Considerations&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Before a solution can be implemented you must decide if the rerun should:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Retry the failed automation run using the same, if any, input.&lt;/LI&gt;
&lt;LI&gt;Initiate an entirely new run of the automation.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Retry Automation Run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN&gt;The block &lt;STRONG&gt;Retry Automation Run&lt;/STRONG&gt; can be used to retry a specific run of the automation using the same, if any, inputs. This block is useful if the monitored automation has its run mode set to &lt;STRONG&gt;Webhook&lt;/STRONG&gt;&amp;nbsp;or &lt;STRONG&gt;Triggered&lt;/STRONG&gt;. It is also possible to manually re-run these runs using the &lt;STRONG&gt;Retry&lt;/STRONG&gt; button in the automations run history.&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="retry button on an automation.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102500i85442E44A1F0C693/image-size/large?v=v2&amp;amp;px=999" role="button" title="retry button on an automation.png" alt="retry button on an automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Run Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN&gt;The block &lt;STRONG&gt;Run Automation&lt;/STRONG&gt; can be used to initiate a new run of the automation. This block is useful if the automation that fails has the run mode set to &lt;STRONG&gt;Scheduled&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;SPAN&gt; and the inputs of the failed run wouldn’t be unique.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId--482522488"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Rerun example&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The following example shows how a failed automation can be retried using the &lt;STRONG&gt;Retry Automation Run&lt;/STRONG&gt;. Depending on the specifics of the automation you want to rerun, you may want to use the &lt;STRONG&gt;Run Automation&lt;/STRONG&gt; block instead.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Use the block&amp;nbsp;&lt;STRONG&gt;List My Automations&lt;/STRONG&gt;&amp;nbsp;to get all of your automations.&lt;/LI&gt;
&lt;LI&gt;Then use the block &lt;STRONG&gt;List Automation Runs&lt;/STRONG&gt;&amp;nbsp;to only get the runs that have failed by filtering on status:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="List Automation Reruns.png" style="width: 589px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102502iA3E5BCB932CB5DFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="List Automation Reruns.png" alt="List Automation Reruns.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Use the block &lt;STRONG&gt;Transform List&lt;/STRONG&gt; to create a list of failed runs. Add the two fields &lt;STRONG&gt;id&lt;/STRONG&gt;&amp;nbsp;and &lt;STRONG&gt;stopTime&lt;/STRONG&gt;&amp;nbsp;to this list and configure them such as this:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="id field.png" style="width: 559px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102503i0AE0DE4057769933/image-size/large?v=v2&amp;amp;px=999" role="button" title="id field.png" alt="id field.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stop time field.png" style="width: 557px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102504i23F93D3F1CA107BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="stop time field.png" alt="stop time field.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;The value for &lt;STRONG&gt;stopTime&lt;/STRONG&gt; must be transformed using the &lt;STRONG&gt;Date&lt;/STRONG&gt;&amp;nbsp;formula so that the value may be used for comparisons. The output format must be changed to Unix format (U):&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output format U.png" style="width: 583px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102507i9F4CE9FA356A65D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="output format U.png" alt="output format U.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Now use the block&amp;nbsp;&lt;STRONG&gt;Filter List&lt;/STRONG&gt;&amp;nbsp;to only get the most recently failed runs.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Filter List.png" style="width: 586px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102508i9E953CCA7897A192/image-size/large?v=v2&amp;amp;px=999" role="button" title="Filter List.png" alt="Filter List.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;The condition that controls how recent failed runs you would like to retry can be configured according to your needs by modifying the "Date" formula. Ensure that you configure the output format to be in Unix format (U). In this case runs that has failed within 30 minutes will be rerun:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Edit Formula 30 minutes run.png" style="width: 578px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102509iC0034FF425655C16/image-size/large?v=v2&amp;amp;px=999" role="button" title="Edit Formula 30 minutes run.png" alt="Edit Formula 30 minutes run.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;The final step is to include one of the blocks&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Retry Automation Run&lt;/STRONG&gt;&amp;nbsp;or&amp;nbsp;&lt;STRONG&gt;Run Automation&lt;/STRONG&gt;, depending on what you are trying to achieve. This is an example of how the&amp;nbsp;&lt;STRONG&gt;Retry Automation Run&lt;/STRONG&gt; should be configured:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Retry Automation Run.png" style="width: 583px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102510i650D26BCA0F0943A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Retry Automation Run.png" alt="Retry Automation Run.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;In case the &lt;STRONG&gt;Run Automation&lt;/STRONG&gt; block is used, only the "Automation Id" is needed as input.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Full Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&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 Rerun Automation view.png" style="width: 510px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102511iA22E2A4BF653AED7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Full Rerun Automation view.png" alt="Full Rerun Automation view.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 13:35:56 GMT</pubDate>
    <dc:creator>J_Lindberg</dc:creator>
    <dc:date>2023-12-11T13:35:56Z</dc:date>
    <item>
      <title>Qlik Application Automation: How to automatically rerun a failed automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-How-to-automatically-rerun-a-failed/ta-p/1991652</link>
      <description>&lt;P&gt;&lt;SPAN&gt;An automation will not automatically rerun or retry if it fails. &lt;/SPAN&gt;&lt;SPAN&gt;You can, however, rerun a failed automation by using an additional automation.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Caution should be taken when implementing this solution to prevent running endless loops or reruns.&amp;nbsp;&lt;/SPAN&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;H4 id="toc-hId--482522488"&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H3 id="toc-hId--482522488"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Considerations&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Before a solution can be implemented you must decide if the rerun should:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Retry the failed automation run using the same, if any, input.&lt;/LI&gt;
&lt;LI&gt;Initiate an entirely new run of the automation.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Retry Automation Run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN&gt;The block &lt;STRONG&gt;Retry Automation Run&lt;/STRONG&gt; can be used to retry a specific run of the automation using the same, if any, inputs. This block is useful if the monitored automation has its run mode set to &lt;STRONG&gt;Webhook&lt;/STRONG&gt;&amp;nbsp;or &lt;STRONG&gt;Triggered&lt;/STRONG&gt;. It is also possible to manually re-run these runs using the &lt;STRONG&gt;Retry&lt;/STRONG&gt; button in the automations run history.&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="retry button on an automation.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102500i85442E44A1F0C693/image-size/large?v=v2&amp;amp;px=999" role="button" title="retry button on an automation.png" alt="retry button on an automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Run Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN&gt;The block &lt;STRONG&gt;Run Automation&lt;/STRONG&gt; can be used to initiate a new run of the automation. This block is useful if the automation that fails has the run mode set to &lt;STRONG&gt;Scheduled&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;SPAN&gt; and the inputs of the failed run wouldn’t be unique.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId--482522488"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Rerun example&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The following example shows how a failed automation can be retried using the &lt;STRONG&gt;Retry Automation Run&lt;/STRONG&gt;. Depending on the specifics of the automation you want to rerun, you may want to use the &lt;STRONG&gt;Run Automation&lt;/STRONG&gt; block instead.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Use the block&amp;nbsp;&lt;STRONG&gt;List My Automations&lt;/STRONG&gt;&amp;nbsp;to get all of your automations.&lt;/LI&gt;
&lt;LI&gt;Then use the block &lt;STRONG&gt;List Automation Runs&lt;/STRONG&gt;&amp;nbsp;to only get the runs that have failed by filtering on status:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="List Automation Reruns.png" style="width: 589px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102502iA3E5BCB932CB5DFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="List Automation Reruns.png" alt="List Automation Reruns.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Use the block &lt;STRONG&gt;Transform List&lt;/STRONG&gt; to create a list of failed runs. Add the two fields &lt;STRONG&gt;id&lt;/STRONG&gt;&amp;nbsp;and &lt;STRONG&gt;stopTime&lt;/STRONG&gt;&amp;nbsp;to this list and configure them such as this:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="id field.png" style="width: 559px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102503i0AE0DE4057769933/image-size/large?v=v2&amp;amp;px=999" role="button" title="id field.png" alt="id field.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stop time field.png" style="width: 557px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102504i23F93D3F1CA107BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="stop time field.png" alt="stop time field.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;The value for &lt;STRONG&gt;stopTime&lt;/STRONG&gt; must be transformed using the &lt;STRONG&gt;Date&lt;/STRONG&gt;&amp;nbsp;formula so that the value may be used for comparisons. The output format must be changed to Unix format (U):&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output format U.png" style="width: 583px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102507i9F4CE9FA356A65D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="output format U.png" alt="output format U.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Now use the block&amp;nbsp;&lt;STRONG&gt;Filter List&lt;/STRONG&gt;&amp;nbsp;to only get the most recently failed runs.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Filter List.png" style="width: 586px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102508i9E953CCA7897A192/image-size/large?v=v2&amp;amp;px=999" role="button" title="Filter List.png" alt="Filter List.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;The condition that controls how recent failed runs you would like to retry can be configured according to your needs by modifying the "Date" formula. Ensure that you configure the output format to be in Unix format (U). In this case runs that has failed within 30 minutes will be rerun:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Edit Formula 30 minutes run.png" style="width: 578px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102509iC0034FF425655C16/image-size/large?v=v2&amp;amp;px=999" role="button" title="Edit Formula 30 minutes run.png" alt="Edit Formula 30 minutes run.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;The final step is to include one of the blocks&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Retry Automation Run&lt;/STRONG&gt;&amp;nbsp;or&amp;nbsp;&lt;STRONG&gt;Run Automation&lt;/STRONG&gt;, depending on what you are trying to achieve. This is an example of how the&amp;nbsp;&lt;STRONG&gt;Retry Automation Run&lt;/STRONG&gt; should be configured:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Retry Automation Run.png" style="width: 583px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102510i650D26BCA0F0943A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Retry Automation Run.png" alt="Retry Automation Run.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;In case the &lt;STRONG&gt;Run Automation&lt;/STRONG&gt; block is used, only the "Automation Id" is needed as input.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Full Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&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 Rerun Automation view.png" style="width: 510px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102511iA22E2A4BF653AED7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Full Rerun Automation view.png" alt="Full Rerun Automation view.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 13:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-How-to-automatically-rerun-a-failed/ta-p/1991652</guid>
      <dc:creator>J_Lindberg</dc:creator>
      <dc:date>2023-12-11T13:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Application Automation: How to automatically rerun a failed automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-How-to-automatically-rerun-a-failed/tac-p/2146271#M10869</link>
      <description>&lt;P&gt;Can this post be updated with them most recent automation.&lt;BR /&gt;I think that the transform block was updated after this post was made.&lt;/P&gt;
&lt;P&gt;I caught me off guard when testing this and I created an infinite loop.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 13:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-How-to-automatically-rerun-a-failed/tac-p/2146271#M10869</guid>
      <dc:creator>MartW</dc:creator>
      <dc:date>2023-12-11T13:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Application Automation: How to automatically rerun a failed automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-How-to-automatically-rerun-a-failed/tac-p/2439909#M13718</link>
      <description>&lt;P&gt;do reloads done by an automation, show up in the reloads history of the app?&lt;BR /&gt;&lt;BR /&gt;(once I do one of these, I will check and confirm)&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 16:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-How-to-automatically-rerun-a-failed/tac-p/2439909#M13718</guid>
      <dc:creator>Ken_T</dc:creator>
      <dc:date>2024-04-10T16:24:32Z</dc:date>
    </item>
  </channel>
</rss>

