Task Queue for Zipping Multiple Files

0
HI guys, I’ve got a microflow that zips a list of documents from a specific category and downloads it for the user. Now I want to add a task queue to the Java action to have the zipping run in the background. And this happens (2 errors): ​​​​​​​Any clue?
asked
1 answers
5

Hi 

The Object or List which are used as context for task queue should be a committed persistable entity

The Task Queue Microflow/Java action should return no value.

Also check the below link for Task queue documentation.

https://docs.mendix.com/refguide/task-queue/

Hope it helps!!!

answered