The name ‘progress bar’ is misleading since it is not showing the progress that the proces at hand is making. It only shows that it is busy.
Only way I know to simulate a progress bar with showing the progress% is to end a microflow after x steps, show the progress at the frontend and somehow continue with the rest, for instance with a javascript triggering the microflow again as long as progress<100%. But that is all a lot more work and effort making the progress slower.
Hi Paul,
I did a widget to make this work, it was all happyness in Mendix 6, but with introduction of the stateless client it does not work any long. I did not find any work around to make this function work again.
https://appstore.home.mendix.com/link/app/2389/
The only way now, is to really commit a progress in the database, and let the client refresh with the Microflow Timer widget till the progress has completed.
https://appstore.home.mendix.com/link/app/2389/
Cheers, Andries