While debugging a microflow I noticed a retrieve event was being skipped. I added a break point to the event, but it still didn't trigger. There is a list action after the retrieve, which still executed with the data from the retrieve, so I guess this has something to do with optimization? The strange thing is every time I restarted the project I got the bellow warning:
Error applying breakpoint: Microflow object with object id '2296da98-4608-44ed-b722-2e1a3ae14b48' not found in microflow 'ServiceManagementReport.Sub_CreateInformationTable'
Removing and replacing the event solved the issue, but just wondering if someone can explain to me what happened?