Microflow Timer exception on network disconnection
0
Hi There is a Microflow Timer widget which calls a microflow periodically. The micro-flow assesses objects. When there is a network disconnection the timer widget throws exception repeatedly ( e.g cannot fetch …..) This happens when when the app is deployed to the mendix cloud and not in the local mendix server. Since then i have added exception handler on all data access actions in the micro-flow. Still widget throws exceptions repeatedly. How can this issue be addressed? ( I cannot see any properties at the timer widget level – to set exception handlers at the top level) Mendix version: Mendix Studio Pro 8.10.3 Thanks