Startup microflow debugging

0
I am using a startup microflow in my application. Now I suspect there is an error in it and I start debugging it. Now I notice that my startup microflow is submitted every couple of minutes by Mendix. So after a while there are 6 debugging tokens! And of course data is mashed up in a terrible way when this happens. Anyone noticed this before and is there a way to debug a startup microflow without this problem?
asked
1 answers
0

I have not been able to directly debug with the start-up microflow.

The workaround is to make a button that triggers the flow that you want to use as After start-up. Then it is possible to use the debugger.

answered