Parallel microflow run in mendix

1
Hi All, I am running 4 processes (calling same microflow) simultaneously, but i think, there is a thread concept for this and all process will run in queue one by one not parallel. Kindly let me know if this is the case. How can I run all processes parallel ? Thanks
asked
1 answers
2

Hi, we use a Java Actions of the Community Commons module, called "executeMicroflowInBackground", that run microflows in background.

Hope it can help. Stefano.

answered