Call Microflow Asynchronous in a Nanflow

0
Hi Guys, I want to call a microflow from nanoflow and I don’t want to wait for the microflow to end. I called the nanoflow in Datagrid 2 as Data Source Nanoflow. Please Suggest an alternate way or the way to call the microflow asynchronous. Note: Mendix Version 9.16 Thanks in Advance.  
asked
2 answers
0

Hi Abhishek,

 

You can a microflow from nanoflow and in that nanoflow you can use java action from community common – CommunityCommons.executeMicroflowInBackground

 

Thanks

 

answered
1

The only workaround I can think of is in that microflow use the Java RunMicroflowAsyncInQueue action from the community commons. But you then have a nanoflow calling a microflow that calls another microflow to put it in the queue so not the most elegant sollution.

 

Regards,

Ronald

 

answered