I like to achieve the following in our application (Web GUI):
When the user executes a certain task a download* is started and shown in the running tasks window. When the download is finished the user can retrieve the file via the running tasks window.
* The download is the response of a select request to indicium with the option to export as XLSX added (&$export=xlsx).
It should behave the same as how you can download a GUI via the TCP website.
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/c5ad033e-f283-4ee4-b0a4-f41c7dc826de.png)
What steps are needed to achieve this?