There are several Server Event could trigger Method during item promotion:
It's important to note that "Transition Post" cannot rollback while exception throws because item promotion is finished after "OnAfterPromote"
That means even if throwing exception, the life cycle will still stay at promoted state.
Please note, all above events will not be triggered when "OnPromote" event exists (due to this will overwrite original system process).
- ItemType: OnBeforePromote, OnAfterPromote;
- Life Cycle: Transition Pre, Transition Post.
It's important to note that "Transition Post" cannot rollback while exception throws because item promotion is finished after "OnAfterPromote"
That means even if throwing exception, the life cycle will still stay at promoted state.
Please note, all above events will not be triggered when "OnPromote" event exists (due to this will overwrite original system process).
Comments
Post a Comment