↧
Answer by Vicent Galiana for Getting workflow comments during item saved...
I would change the approach, and as @jammykam mentioned, implement it as an action.The sample workflow, already comes with an action to send emails here: /sitecore/system/Workflows/Sample...
View ArticleGetting workflow comments during item saved event handling
Classic use case. We have "Authors" and "Approvers" roles in our setup. When an item has transitioned from Draft to Review state, we're sending an email notification to a list of "Approvers" to inform...
View Article