Company Name for Email Notification

Workflow Manager 6.0

You can specify the company name that is used in the body of Workflow Manager emails by modifying the AMSCompanyName setting in the web.config file. This would usually be set to the name of the primary administrator company. The default value of this setting in web.config is:

<!--Company name-->

<add key="AMSCompanyName" value="YourCompany"/></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 AMSCompanyName portion of this file:

<add key="AMSCompanyName" value="InstallShield"/>

3. Enter the company name to use in Workflow Manager emails.