Adding a breakpoint to microflow gives an microflow object not found error

0
When trying to add a breakpoint in my microflow an information box appears stating: Error message: Microflow object with object id 'c8f5c6a5-52da-42d7-8b4d-f6cbaec114ee' not found in microflow 'SOSAlarms.GenerateLineChartSales'. I've tried deleting the microflow action and re-creating it but the error remains.
asked
1 answers
1

This normally happens when you try to add a breakpoint to an action that exists in the microflow as it exists on your screen, but not in the model as it is currently running. Trying again after you have restarted the app should normally fix this.

answered