Workflow Manager 2015
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 2015 / AdminStudio Enterprise Server 2015 Help Library10 September 2015 |
Copyright Information | Flexera Software |