Commit without events from javacode

2
Is it possible to commit without events from javacode? (by using something like core.commit(..)) thanks in advance
asked
1 answers
3

Some kind of solveD:

A work-around is to create a microflow that commits without events, and invoke this microflow using Core.execute(...);

answered