Sunday 30 July 2017

SOA Notification - How to specify hardcoded email address in Recipient.

 

 Go to source code of ApprovalTask.task and add below lines under <notification> tag:

 

<action name="COMPLETE"
    adhocRecipients="anandrajbadal@gmail.com"
    recipient="EMAILADDRESSES"> Request has been successfully completed.
</action>

No comments:

Post a Comment