Microflow timer keeps running after return false

2
I use this widget: https://appstore.home.mendix.com/link/app/27/Mendix/Microflow-Timer Just before returning false in the microflow I refresh the (parameter)object for some conditional visibility. But that resets the timer again so the microflow timer keeps running. Anyone a solution/workaround for this to get this working?
asked
1 answers
0

Hi Pim,

The widget isn't subscribed to any changes in the object, it only restarts when the widget's "update" function is called. This means that just a refresh on the object wouldn't cause this problem.

Could you please try to reproduce this in a testproject and fork the repository on Github to show us what exactly goes wrong? This way we can be of more help.

Thanks in advance!

answered