Zipping of multiple files in the background with Task Queue

0
Hi guys, I've created a microflow that downloads all the documents from a specific category. In a zip file.  Sometimes these document categories can include dozens and dozens of documents. So for the user to avoid interminable waiting times, I'd like to have the zipping being run in the background. I have heard that's possible by using "Task Queues". Do you know how I could go about doing so? Thanks!  
asked
3 answers
6

Hi,

Kindly use the ZIP module (https://marketplace.mendix.com/link/component/108292) from Marketplace to achieve the ZIP functionality.

Add a microflow to zip the respective documents(logical flow to zip the documents) and enable the execute as Task Queue and select the task queue.

Hope it helps!!!

answered
1

HI Alejandro Castrelo

You can refer the link https://www.prolim.com/task-queue-in-mendix-version-9/
This module Might also Help you : https://marketplace.mendix.com/link/component/117272

Hope It helps!! 

answered
0

First of all I would recommend reading this document before doing so: https://docs.mendix.com/refguide/task-queue/

This will explain what you need to do to setup the queue

answered