Microflow Goes on Loading

0
Hi,   We have an issue in production application.   A asynchronous microflow (with blocking setting set to Yes) is triggered on a button click. So that until the microflow completes the user will be blocked with loading screen.   The issue is sometimes the microflow goes on loading and sometimes it will be completed successfully within 30 seconds.   When microflow goes on loading upon logout and login again the next time it will be completed successfully almost all the time. The issue seems like an performance issue.   Do you know what could be an issue for this why microflow goes on loading sometimes?   Also this is an issue we cannot reproduce it on other environments.
asked
1 answers
0

What does your microflow do? Is it calling an external service that is slow in responding for example?

 

I suggest adding a breakpoint at the start of your microflow and then single stepping through to see what is happening.

 

https://docs.mendix.com/refguide/debug-microflows-remotely/

 

I hope this helps. Good luck!

answered