RE: Multiple Plugin - Same Operation on Same Entity - Different Execution Order
Hi,
@Soumen I don't think so… I believe that all plugins in the same pipeline and main operation will be canceled. Additionally, if your plugins run in synchronous mode, the actions done by those plugins will rollback.
Example:
I have a plugin named UmaLearning_Plugins.Plugins.Plg_IdeaPostOperation which will be executed in those two steps:
If the first step is executed without any error, the second step is executed:
if an error occurs when the first step is executed, the second one is not executed:
To be sure, you can easily test the same scenario in your dev environment.