Community commons executeMicroflowAsUser_1

1
We needed to get the caption of enumeration in other languages so we used the executeMicroflowAsUser_1 from the community commons to retrieve this string. But I noticed that an after commit microflow was triggered on the entity that inherits from the user account. Inspecting the java action I could not find any reason why this ACo was triggered. Anybody a guess why this ACo was triggered by this java action? We did get the result we wanted this way unlike some previous post stating otherwise. I only find it strange that allthough nothing was committed an after commit action got triggered. Regards, Ronald
asked
1 answers
0

The User entity sometimes also gets committed by the server itself, for example when updating the last login date. But those should be executed without events normally so I can't explain this behavior. Perhaps there is some case where is it committed with events.

answered