<?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 Get the status of a task via API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-the-status-of-a-task-via-API/m-p/1073070#M4690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing the integration between Qlik Sense and my web application. So I'm calling via API Rest the task's reload in order to populate with data the Qlik Apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm Using the following: "&lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px;"&gt;/qrs/task/{id}/start/synchronous". And the API answer is the id of the started task.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px;"&gt;Everything seems to work fine but I receive the answer once the task has been started, not when it's finished. According to the documentation, that command: "&lt;SPAN style="color: #2c2d30; font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; background-color: #f9f9f9;"&gt;Start a task (for example, a reload task), identified by {id}, so that it runs synchronously on a Qlik Sense Scheduler Service (QSS). The call does not return until the task is finished.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact i'ts that I'm not aware about how the task is progressing nor how it ends (successfuly or not). So I'm wondering if there is a way to know the status of a task ir order to decide what to next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jan 2016 14:48:13 GMT</pubDate>
    <dc:creator>uridiumabs</dc:creator>
    <dc:date>2016-01-26T14:48:13Z</dc:date>
    <item>
      <title>Get the status of a task via API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-the-status-of-a-task-via-API/m-p/1073070#M4690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing the integration between Qlik Sense and my web application. So I'm calling via API Rest the task's reload in order to populate with data the Qlik Apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm Using the following: "&lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px;"&gt;/qrs/task/{id}/start/synchronous". And the API answer is the id of the started task.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px;"&gt;Everything seems to work fine but I receive the answer once the task has been started, not when it's finished. According to the documentation, that command: "&lt;SPAN style="color: #2c2d30; font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; background-color: #f9f9f9;"&gt;Start a task (for example, a reload task), identified by {id}, so that it runs synchronously on a Qlik Sense Scheduler Service (QSS). The call does not return until the task is finished.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact i'ts that I'm not aware about how the task is progressing nor how it ends (successfuly or not). So I'm wondering if there is a way to know the status of a task ir order to decide what to next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 14:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-the-status-of-a-task-via-API/m-p/1073070#M4690</guid>
      <dc:creator>uridiumabs</dc:creator>
      <dc:date>2016-01-26T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get the status of a task via API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-the-status-of-a-task-via-API/m-p/1073071#M4691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try hitting /qrs/taskoperational/full &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 18:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-the-status-of-a-task-via-API/m-p/1073071#M4691</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-01-26T18:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get the status of a task via API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-the-status-of-a-task-via-API/m-p/1073072#M4692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks.you very much for your response.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-the-status-of-a-task-via-API/m-p/1073072#M4692</guid>
      <dc:creator>uridiumabs</dc:creator>
      <dc:date>2016-01-29T08:31:08Z</dc:date>
    </item>
  </channel>
</rss>

