Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
KevinLeleu
Contributor
Contributor

Qlik Sense API get task result after a depreciated GUID

Hello,  In order to execute a bunch of tasks to reload apps, I had to use Qlik Sense API in Talend to retrieve result and store in a database.
 
First, I used the request "/start/synchronous " that return the guid, and it's successful. However, I had to retrieve the result by using the "/qrs/executionsession/{guid}". I execute it into a loop to wait for the state "FinishedSuccess" or "FinishedError" as the wanted result. The problem is after a certain amount of time, the executionsession request returns a 404 error with the message "Cannot find the item for the \"Get\" operation.". The reloading time is pretty long it can go from 2-3 minutes to 45.
 
My question is how can I pass that? Do I have a method to "extend" the availability of my session? Does another method exist to retrieve the final result without using the /qrs/task/full method ? 
 
Thanks a lot
Labels (1)
  • API

0 Replies