<?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: Set up external tasks on QlikSense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172491#M21458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;As far as I understood you need to create a mixed chain tasks which include general purpose as well as data reload tasks. Qlik Sense schedule service (QSS) can create and trigger two type of tasks (reload data and sync users). An option to have a mixed tasks chain is to use an external scheduler (eg. Windows default AT) to trigger any kind of task you need, including Qlik Sense data reload tasks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 07:07:18 GMT</pubDate>
    <dc:creator>Vincenzo_Esposito</dc:creator>
    <dc:date>2016-05-19T07:07:18Z</dc:date>
    <item>
      <title>Set up external tasks on QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172486#M21453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to create external tasks on Sense similar to QV? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 16:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172486#M21453</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2016-05-18T16:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set up external tasks on QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172487#M21454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;You need to use Api to start a task already defined&amp;nbsp;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Task-Start-Task.htm?q=Task" rel="nofollow" target="_blank"&gt;http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Task-Start-Task.htm?q=Task&lt;/A&gt;&lt;/SPAN&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 16:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172487#M21454</guid>
      <dc:creator>Vincenzo_Esposito</dc:creator>
      <dc:date>2016-05-18T16:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set up external tasks on QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172488#M21455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vincenzo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the information.. not sure if that gives me an idea on how to set it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the way I look at it is I have a batch file and need to run that file from QlikSense then load an app once the external task complete running the batch file..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 16:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172488#M21455</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2016-05-18T16:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set up external tasks on QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172489#M21456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;If you need to fire the API REST call from a batch file you want to find out a way to make a GET HTTP call. You have a variety of options. The first on the top of my head is using curl (it's part of a standard UNIX distribution, but you have to install it on a Windows os). A Python script is another option.&lt;/P&gt;&lt;P class=""&gt;What exactly do you mean with "run a batch from Qlik Sense"? During the script load or on-demand from the Qlik Sense app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 18:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172489#M21456</guid>
      <dc:creator>Vincenzo_Esposito</dc:creator>
      <dc:date>2016-05-18T18:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set up external tasks on QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172490#M21457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no. I am looking to replicate the option available on QlikView QMC where you can create supporting tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the supporting task can be a batch file to do something on a server such as moving file from one place to another or it could be a Power Shell script to download some files from web.. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in QlikView QMC there is an option to create external task and trigger this external batch file to run on a set schedule then have a dashboard task dependent on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 21:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172490#M21457</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2016-05-18T21:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set up external tasks on QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172491#M21458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;As far as I understood you need to create a mixed chain tasks which include general purpose as well as data reload tasks. Qlik Sense schedule service (QSS) can create and trigger two type of tasks (reload data and sync users). An option to have a mixed tasks chain is to use an external scheduler (eg. Windows default AT) to trigger any kind of task you need, including Qlik Sense data reload tasks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 07:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172491#M21458</guid>
      <dc:creator>Vincenzo_Esposito</dc:creator>
      <dc:date>2016-05-19T07:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set up external tasks on QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172492#M21459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you got any solution for the external task? I am looking for the similar solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 14:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172492#M21459</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2017-03-28T14:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set up external tasks on QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172493#M21460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution is not to handle an external task in Qlik Sense Scheduler, but on the contrary handle Qlik Sense Task (and of course all other tasks) on an external scheduler.&lt;/P&gt;&lt;P&gt;You can reload a task calling this API (&lt;A href="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-App-Reload.htm" title="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-App-Reload.htm"&gt;http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-App-Reload.htm&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Or you can trigger a task calling this API (&lt;A href="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Task-Start-Async.htm" title="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Task-Start-Async.htm"&gt;Task: Start asynchronous ‒ Qlik Sense&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 16:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172493#M21460</guid>
      <dc:creator>Vincenzo_Esposito</dc:creator>
      <dc:date>2017-03-28T16:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set up external tasks on QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172494#M21461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it is duplicating the existing functionality. Let say I want to trigger the external task for 5 different applications I don't want to trigger the tasks from API for all the 5 applications. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 22:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172494#M21461</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2017-03-28T22:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set up external tasks on QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172495#M21462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say, you have a simple task (just an app to reload) or a more complex one (a number of apps chained all togheder in a dense network of dependencies). You define your task in the Qlik Sense scheduler, using the Qlik functionality. You just don't need to set starting time, because you'll "trigger" the start of the chain with a simple API call (in your case the &lt;SPAN style="text-decoration: underline;"&gt;syncronus&lt;/SPAN&gt; version) and let's some other schedulr (eg. on borded AT) do it for you. After the execution AT can start some other tasks.&lt;/P&gt;&lt;P&gt;I can't see the duplication of functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 13:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172495#M21462</guid>
      <dc:creator>Vincenzo_Esposito</dc:creator>
      <dc:date>2017-03-29T13:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set up external tasks on QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172496#M21463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say partially yes. It doesn't fit well in all the scenarios.&lt;/P&gt;&lt;P&gt; Let's assume a different scenario as it will be manual refresh. Still, it is overhead as you switch between consoles to do the manual trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 14:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-up-external-tasks-on-QlikSense/m-p/1172496#M21463</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2017-03-29T14:09:09Z</dc:date>
    </item>
  </channel>
</rss>

