Question on showing messages

0
hi, i have a microflow that can take 5-6 minutes to complete.  So for users i am showing ”Please wait” for progress bar. But this message stays there for 5 minutes.  Is there a way to show a quick message that “rqeuest was submitted” and come out . What is the best way to do this instead of waiting 5-6 mins for the outupt
asked
1 answers
4

Hello JP, you can achieve this by using “Process Queue” in Mendix, so that Microflow will execute the action simultaneously while you can continue your work. Also Process Queue can execute that microflow within a short time. If you configure the same thing what you have configured in that microflow, with Process Queue then as you asked it will show that message with progress bar for few seconds only.  
FYR – Process Queue | Mendix Documentation

Hope this helps you!

answered