Hey John Salomon,
I have run into this issue myself before . Adding or deleting microflows shows up fine because those are stored as separate XML files. But changes inside existing microflows or in the domain model live in the .mpr file. If that file wasn’t committed or synced properly, those edits won’t appear in Studio Pro even if you see them in commit history.
Try committing the .mpr, then pull, clear cache (deployment & userlib), and reopen the project.
In my case, it turned out the .mpr file hadn’t synced, so once I pushed it properly everything showed up fine.
Regards
Reemali
Thanks for your detailed information @Reemali,..