Hello all,
I have a microflow which processes a large batch of data (this takes 6+ hours) . At the start of the microflow I create a 'Monitor' object. This object is used for logging. At the end of the microflow all data including the Monitor object is updated and commited and I encounter this message:
Error occured while executing the process, error:com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.core.UserException: Object of type 'Monitor.Monitor' with guid '76842668646456325' cannot be updated, as it does not exist anymore
When debugging the microflow, the monitor object is available at all steps. Any help is appreciated!