Committing an entity in a long running microflow, only update at the end of the microflow.

3
Hi There How do i commit a entity immediately in a long running microflow. I do change it with commit but when I call that same entity from a different microflow after the commit but before the first long running microflow completes the changes do not show in the second microflow.
asked
1 answers
2

True, you have the community commons commitInSeparateDatabaseTransaction for that because you need to commit that object in its own transaction before it is visible to the other microflows.

Regards,

Ronald

answered