<?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: Scheduling in QAA in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Scheduling-in-QAA/m-p/2491730#M5076</link>
    <description>&lt;P&gt;Hi Edy, we announced a fully integrated external management platform for Qlik called Harmony for Qlik and Symphony for Qlik. Harmony to manage the estate, and Symphony to manage scheduled tasks and they both are 100% built around Qlik 'Manage' APIs and work brilliantly. Very happy to share.&lt;BR /&gt;&lt;BR /&gt;PS Both are ideal for Qlik OEMs to create a tenant hydrate with apps etc and populate users (using AD IDs, eg via MS Graph API, &amp;amp; groups)&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2024 13:26:13 GMT</pubDate>
    <dc:creator>parkera</dc:creator>
    <dc:date>2024-11-08T13:26:13Z</dc:date>
    <item>
      <title>Scheduling in QAA</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Scheduling-in-QAA/m-p/2082430#M2046</link>
      <description>&lt;P&gt;I have the following request from customer:&lt;/P&gt;
&lt;P&gt;Schedule QAA to run on&amp;nbsp;&lt;SPAN&gt;1st day of the month&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Schedule QAA to run every quarter&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Schedule QAA to run within a single day multiple timing&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;There is an example at&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-run-an-automation-once-a-month/ta-p/1878959" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-run-an-automation-once-a-month/ta-p/1878959&lt;/A&gt;&amp;nbsp;to run the automation daily and check if its the 1st day of the month then reload else exit.&amp;nbsp; But this will means that I have to run waste 29 automation runs just for 1 successful run.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also tried updating the schedule to beyond 30 days and it ended up removing my existing schedule.&lt;/P&gt;
&lt;P&gt;Is there any workaround on this?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 09:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Scheduling-in-QAA/m-p/2082430#M2046</guid>
      <dc:creator>Edy_Tan</dc:creator>
      <dc:date>2023-06-10T09:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling in QAA</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Scheduling-in-QAA/m-p/2082752#M2051</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47366"&gt;@Edy_Tan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Setting up an external script that acts as a scheduler that triggers automations to run when desired could be a way to avoid unwanted automation runs.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 13:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Scheduling-in-QAA/m-p/2082752#M2051</guid>
      <dc:creator>J_Lindberg</dc:creator>
      <dc:date>2023-06-12T13:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling in QAA</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Scheduling-in-QAA/m-p/2107878#M2316</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/184440"&gt;@J_Lindberg&lt;/a&gt;&amp;nbsp;, do you have an example script for this? Do you mean a scheduler outside of the Qlik Cloud environment?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 14:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Scheduling-in-QAA/m-p/2107878#M2316</guid>
      <dc:creator>Sander_Persgroep</dc:creator>
      <dc:date>2023-08-21T14:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling in QAA</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Scheduling-in-QAA/m-p/2107892#M2317</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/116599"&gt;@Sander_Persgroep&lt;/a&gt;, I'm afraid not. This would be a scheduler hosted externally to trigger an automation using a webhook URL. The automation would have to be in Triggered run mode for this to work:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_QlikAutomation/working-with-automations/working-with-runmodes.htm#triggered" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_QlikAutomation/working-with-automations/working-with-runmodes.htm#triggered&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Another approach could be to set up automations that reschedule themself. Here you will find an example of that: &lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/scheduling-an-automation-at-specific-time/m-p/2093446/highlight/true#M2180" target="_self"&gt;https://community.qlik.com/t5/Qlik-Application-Automation/scheduling-an-automation-at-specific-time/m-p/2093446/highlight/true#M2180&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 14:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Scheduling-in-QAA/m-p/2107892#M2317</guid>
      <dc:creator>J_Lindberg</dc:creator>
      <dc:date>2023-08-21T14:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling in QAA</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Scheduling-in-QAA/m-p/2491730#M5076</link>
      <description>&lt;P&gt;Hi Edy, we announced a fully integrated external management platform for Qlik called Harmony for Qlik and Symphony for Qlik. Harmony to manage the estate, and Symphony to manage scheduled tasks and they both are 100% built around Qlik 'Manage' APIs and work brilliantly. Very happy to share.&lt;BR /&gt;&lt;BR /&gt;PS Both are ideal for Qlik OEMs to create a tenant hydrate with apps etc and populate users (using AD IDs, eg via MS Graph API, &amp;amp; groups)&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 13:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Scheduling-in-QAA/m-p/2491730#M5076</guid>
      <dc:creator>parkera</dc:creator>
      <dc:date>2024-11-08T13:26:13Z</dc:date>
    </item>
  </channel>
</rss>

