OK, not sure why yet, but I have found that I had to truncate the event_log
table for the bahmni-event-log-service to re-process it all and unlock the situation. (as suggested by @sumanmaity112 here - Bahmni Connect: new offline sync strategy)
mysql> truncate event_log;