Startup Microflow debugging

0
Hello, Is there any exceptional way to debug a startup microflow ? when you add a breakpoint it doesn’t get triggered 
asked
2 answers
2

Hi Khalil,

What you can do is have the same microflow invoked from a button somewhere on your test screen and then debug.

Regards,

Radhika

answered
1

To debug the After Start-up, you could add log messages in the flow.

Don't forget to remove them if all that logging is unwanted on certain environments.

answered