MicroflowTimer_widget and network disconnection

0
Hi  There is a MicroflowTimer_widget on a page, which calls a microflow periodically.   When the network is disconnected (e.g WiFi ) on the machine which is running, to simulate some network failure, following exception from mendix is repeatedly thrown, why is that?    MicroflowTimer_widget_MicroflowTimer_0: An error ocurred while executing microflow:  Failed to fetch Error: Failed to fetch     at new t (http://localhost:8084/mxclientsystem/mxui/mxui.js?637299861950517281:40:77360)     at http://localhost:8084/mxclientsystem/mxui/mxui.js?637299861950517281:35:104435     at http://localhost:8084/mxclientsystem/mxui/mxui.js?637299861950517281:20:1761     at Object.throw (http://localhost:8084/mxclientsystem/mxui/mxui.js?637299861950517281:20:1866)     at s (http://localhost:8084/mxclientsystem/mxui/mxui.js?637299861950517281:20:656)   Thanks
asked
1 answers
3

Because the microflow timer does not know that there is no connection. You could place a custom error handler on the retrieve action in your microflow telling the user that there is a connection failure.

Regards,

Ronald

 

answered