Question
Pega Express on 7.4
All,
We're running Pega Express on 7.4.
When Adding Users to a newly created Application, it attempts to send out Correspondence. We need the system to send out an Email.
Here's what we are experiencing:
Activity: PegaAccel-Task-BuildApplication.pzCreateOperatorAndSendEmail Pega-ProcessArchitect:07-10-35
Being Called:
Activity: Work-.SendSimpleEmail Pega-ProcessEngine:07-10-35
which calls: Work-.CorrSend Pega-ProcessEngine:07-10-01
Not Being Called:
Activity: Work-.SendSimpleEmail Pega-ProCom:07-10-01
which calls: @baseclass.SendEmailNotification Pega-IntegrationEngine:07-10-35
How can we get Pega Express to call the SendEmailNotification Activity?
Thanks,
Rolando
The Work-.CorrSend activity should be able to send email. Could you clarify why you need specifically to use SendEmailNotification Activity?
If indeed there is no other way than to use SendEmailNotification activity, then I believe your blocker is that all these rules are final so you can't overwrite them.
At this stage, check with UI designer if you can change the activity pzCreateOperatorAndSendEmail (presumably called from a control in a section) to a different custom activity which will meet your needs.
Hopefully the section won't be final.