Progress bar

0
Hi Mendix developers,   Is it possible to call nanoflow inside Microflow or if someone has any idea how can show indicator (Progress bar) when using Datagrid with Microflow source.   Thank you all.    
asked
2 answers
0

Hi Emad,

To my knowledge, you can only call a microflow (server side) from a nanoflow (client side) and NOT vice versa.

Are you revering to a progress bar as in how the execution is? If so, then that is something I also want to know. The only thing that I could find is the blocking message during execution

answered
0

You cannot call a nanoflow from a microflow as that doesnt really make sense. 

 

A common implementation pattern I have seen for this is to call the microflow from the nanoflow, and display/hide a loading dialog in the nanoflow before/after the microflow call.

answered