4.4.1 Finding the flaw in the Building an Event App Using Microflows

0
My problem is that i can't seem to figure out how to trigger the microflow that would make my breakpoint pause.  I tried deploying the app and accessing it on my local browser and tried different things but nothing seems to work. I also tried looking at the module 4 solution app to try to replicate what it was asking for but it didn't even have a breakpoint or what i was looking for. Anything helps!
asked
1 answers
2

Hello Aditya, 

Please check below.

1.Ensure the microflow is actually triggered by a button, on-change event, or page load.

2.Double-check that the microflow with the breakpoint is the one being executed.

 3.Check if the breakpoint is having condition that is failing.

4.if you're using Mendix Studio Pro, make sure the debugger is connected to the correct running instance.

5.add few log message and check that is appearing to ensure that you are using the correct MF. 

answered