<?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 Task with Multiple Triggers in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013046#M83727</link>
    <description>&lt;P&gt;Hello I'm working on Qlik Sense&lt;BR /&gt;I have a task that I want it to be triggered by the successful execution of Task 2 or Task 3&lt;BR /&gt;so I added two triggers does this mean it is triggered by Trg2 OR Trg3?&lt;BR /&gt;or it means Trg2 AND Trg3?&lt;BR /&gt;kindly advise&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2022 09:28:58 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2022-12-06T09:28:58Z</dc:date>
    <item>
      <title>Task with Multiple Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013046#M83727</link>
      <description>&lt;P&gt;Hello I'm working on Qlik Sense&lt;BR /&gt;I have a task that I want it to be triggered by the successful execution of Task 2 or Task 3&lt;BR /&gt;so I added two triggers does this mean it is triggered by Trg2 OR Trg3?&lt;BR /&gt;or it means Trg2 AND Trg3?&lt;BR /&gt;kindly advise&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 09:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013046#M83727</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2022-12-06T09:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Task with Multiple Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013053#M83729</link>
      <description>&lt;P&gt;It is and!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 09:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013053#M83729</guid>
      <dc:creator>JHuis</dc:creator>
      <dc:date>2022-12-06T09:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Task with Multiple Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013060#M83730</link>
      <description>&lt;P&gt;how can I accomplish something as OR&lt;BR /&gt;I want the task to be triggered wither by Task1 or Task2&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 09:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013060#M83730</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2022-12-06T09:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Task with Multiple Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013064#M83732</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think that your way to go is app that starts after one is ready. You could also bypass this by scripting.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 10:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013064#M83732</guid>
      <dc:creator>JHuis</dc:creator>
      <dc:date>2022-12-06T10:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Task with Multiple Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013270#M83741</link>
      <description>&lt;P&gt;then in this case I create 2 tasks for the same QVF file&lt;BR /&gt;1 task that is triggered on the successful execution of Task 3&lt;BR /&gt;another task that is triggered on the successful execution of Task 4&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 15:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013270#M83741</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2022-12-06T15:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Task with Multiple Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013402#M83754</link>
      <description>&lt;P&gt;G'day&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216"&gt;@ali_hijazi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What you really need is a &lt;A href="https://community.qlik.com/t5/Suggest-an-Idea/QMC-Group-Task-a-Task-to-load-a-group-of-apps/idi-p/1780355" target="_self"&gt;Group Reload Task&lt;/A&gt;, which I submitted as an idea last year. Maybe if enough people 'like' it, then it will get the attention of the Qlik developers.&lt;/P&gt;
&lt;P&gt;Since we don't have that feature, we have a few options:&lt;/P&gt;
&lt;P&gt;1. just run all your tasks every time in sequence - this is mostly fine if the tasks are short&lt;/P&gt;
&lt;P&gt;2. use the qlik_cli, which give you the ability to write your script outside the Qlik environment to control the reloads&lt;/P&gt;
&lt;P&gt;3. combine the apps together into a single app so that you can use conditional statements to control the flow&lt;/P&gt;
&lt;P&gt;4. design a semaphore system where the earlier tasks store a flag file and the following task(s) read those flag files and only perform the load if the desired conditions are met.&lt;/P&gt;
&lt;P&gt;Just a few ideas. I hope this is helpful. It is frustrating that this feature is not available OOTB.&lt;/P&gt;
&lt;P&gt;Cheers, Barnaby.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 21:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013402#M83754</guid>
      <dc:creator>barnabyd</dc:creator>
      <dc:date>2022-12-06T21:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Task with Multiple Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013419#M83757</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216"&gt;@ali_hijazi&lt;/a&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;if I understood correct, this is what you did&lt;/P&gt;
&lt;P&gt;one task with two triggers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="E4A2E844-D6D5-4E1F-97C0-EFE812486167.jpeg" style="width: 185px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95565iD6D1AA90B41E8A2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="E4A2E844-D6D5-4E1F-97C0-EFE812486167.jpeg" alt="E4A2E844-D6D5-4E1F-97C0-EFE812486167.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;If that the case that is a big “OR”&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;best&lt;/P&gt;
&lt;P class="p1"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN class="s1"&gt;help users find answers! Don't forget to mark a solution that worked for you &amp;amp; to smash the like button! &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 22:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013419#M83757</guid>
      <dc:creator>RafaelBarrios</dc:creator>
      <dc:date>2022-12-06T22:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Task with Multiple Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013578#M83781</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/80977"&gt;@RafaelBarrios&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I did the following:&lt;BR /&gt;and you confirm that this task will run on the successful execution of either:&lt;BR /&gt;trg_ageing_schema&lt;BR /&gt;OR&lt;BR /&gt;trg_ageing_security_update&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TASK_MULTI_TEIGGER.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95607i79BADC0DC3F91F6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="TASK_MULTI_TEIGGER.PNG" alt="TASK_MULTI_TEIGGER.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 08:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013578#M83781</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2022-12-07T08:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Task with Multiple Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013591#M83784</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216"&gt;@ali_hijazi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;sorry, i think my image was not visble, but it is the same your are showing.&lt;/P&gt;
&lt;P&gt;and &lt;STRONG&gt;YES&lt;/STRONG&gt;, your task "3 againf_balance_dashboard" will trigger when "trg_ageing_schema" &lt;STRONG&gt;OR&lt;/STRONG&gt; "trg_ageing_security update" finished&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;considere that the task will be executed according to what you have configured in each trigger (Successfull/failed)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RafaelBarrios_0-1670403795943.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95608i2F6D176FABCED771/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RafaelBarrios_0-1670403795943.png" alt="RafaelBarrios_0-1670403795943.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;best,&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN class="s1"&gt;help users find answers! Don't forget to mark a solution that worked for you &amp;amp; to smash the like button!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 09:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Task-with-Multiple-Triggers/m-p/2013591#M83784</guid>
      <dc:creator>RafaelBarrios</dc:creator>
      <dc:date>2022-12-07T09:08:00Z</dc:date>
    </item>
  </channel>
</rss>

