Unable to trigger Microflow Timer widget

0
I want to refresh one parent object for some time interval. So I have used microflow timer widget for that and passed parent object as input param to the timer widget nanoflow. This will be triggered for every 1 min.    If I put breakpoint in parent microflow then it work properly for every 1 month. But if I remove breakpoint then it won’t trigger or recalculate some logic in parent microflow.   What could be the reason behind this strange behaviour?
asked
1 answers
0

If it works with a breakpoint, then you know the timer is working. I would suggest adding a log action to the microflow to confirm this is still happening when you remove the breakpoint.

What does the microflow do? It may be depending on something that isn’t in place and so failing.

answered