Hello guys,
I have a custom workflow activity . This custom workflow activity as part of its functionality changes the status of a quote record.
Now this custom workflow activity is not executed from the quote record. It is executed in the background
on a different entity. There is also a few plugins which has steps on SetState of quote entity.Specifically 5 steps. (4 on pre-operation and 1 on post operation.)
Now I am under the assumption that, when the custom workflow activity changes the status of the quote record, these 5 steps of plugin needs to be executed. Isn't that expected behaviour? Because right now it is not happening in my case. None of the plugins are executed.
*This post is locked for comments