Workflow Manager 6.0
By default, if there are no email notifications defined on any workflow phase or step, Workflow Manager will not send any email notifications upon step completion. However, you can instruct Workflow Manager to automatically send email notifications to all assigned users who have edit permission on the next workflow step (even though no email notifications are defined) by editing the SendEmailToUsersWithEditPriveleges setting in web.config.
The default value of this setting in web.config is 0.
<add key="SendEmailToUsersWithEditPriveleges" value="0"></add>
To send email notifications to accounts with edit privileges:
1. | Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor. |
2. | Locate the SendEmailToUsersWithEditPriveleges portion of this file: |
<add key="SendEmailToUsersWithEditPriveleges" value="0"></add>
3. | Change the value of this setting to 1. |
Workflow Manager 6.0 / AdminStudio Enterprise Server 11.5 Help LibraryJune 29, 2012 |
Copyright Information | Contact Us |