Workflow Manager 2015
Workflow Manager uses email as the notification mechanism for various events. Email is sent when an issue is raised or responded to; a workflow step is advanced, edited, completed, or rolled back; and when a data element (metadata) is submitted or rejected.
In this portion of web.config, you can specify whether you want Workflow Manager to send one email to all of the specified users, or to send a separate email to each specified user.
The default value of this setting in web.config is:
<!-- SendOneEmailToAllUsers-->
<!-- 0 means Send separate emails to each user-->
<!-- 1 means Send one email to all users-->
<add key="SendOneEmailToAllUsers" value="1" /></add>
To modify this setting:
1. | Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor. |
2. | Locate the SendOneEmailToAllUsers portion of this file: |
<add key="SendOneEmailToAllUsers" value="1" />
3. | Set SendOneEmailToAllUsers to one of the following values: |
• | 0—Send separate emails to each user |
• | 1—Send one email to all users. |
Workflow Manager 2015 / AdminStudio Enterprise Server 2015 Help Library10 September 2015 |
Copyright Information | Flexera Software |