Data inconsistency while updating without commit in StateTransitionController
Uncategorized
From version 478, in scripting, the post-save events (e.g, AfterUpdate/AfterStateTransition) will not be able to pass along uncommitted changes on a given item object.
Meaning, when we change any field value in the post save event, the next event will not receive that changed value unless it was committed by the previous event.