Hi Guys,
Can you please help me to know, what happens in below scenario
1. Plugin registered in PreValidation stage in sync mode fails. What happens in that case, will the plugin registered in PreOperation execute or is there any rollback involved.
2. Plugin registered in PreValidation stage in async mode fails. What happens in that case, will the plugin registered in PreOperation execute or is there any rollback involved.
3. Plugin registered in PreOperation stage in sync mode fails. What happens in that case, will the platform core operation execute or is there any rollback involved.
4. Plugin registered in PreOperation stage in async mode fails. What happens in that case, will the platform core operation execute or is there any rollback involved.
5. If platform core operation fails, will the changes made by PreValidation & PreOperation get rollback.
6. Plugin registered in PostOperation stage in sync mode fails. What happens in that case, will the platform core operation as well as changes made by PreValidation & PreOperation get rollback.
7. Plugin registered in PostOperation stage in async mode fails. What happens in that case, will the platform core operation as well as changes made by PreValidation & PreOperation get rollback.
Thanks in advance
*This post is locked for comments