Workflow Manager 6.0
Outgoing email is based on customizable email templates. The email templates are stored as text files in the following directory:
AdminStudioEnterprise\wwwroot\EmailTemplate
To change the location of email templates at your organization, you can update an entry in the Workflow Manager Web site web.config file.
The default value of this setting in web.config is:
<!--Email template folder and template files-->
<add key="AMSEmailTemplateFolder" value="EmailTemplate"/></add>
<add key="IssueCreationTemplate" value="IssueCreation.txt"/></add>
<add key="IssueResponseTemplate" value="IssueResponse.txt"/></add>
<add key="WFAdvancedTemplate" value="WFAdvanced.txt"/></add>
<add key="WFRollbackTemplate" value="WFRollback.txt"/></add>
<add key="WFStepEditTemplate" value="WFStepEdit.txt"></add>
<add key="WFCompletedTemplate" value="WFCompleted.txt"></add>
<add key="DataChangedTemplate" value="DataChanged.txt"/></add>
<add key="SLABreakageTemplate" value="NewSLABreakage.txt"/></add>
<add key="SLARiskTemplate" value="NewSLARisk.txt"/></add>
<add key="DataChangedTemplateNewRequest" value="DataChangedNewRequest.txt"/></add>
<add key="ApplicationStatusChangedTemplate" value="ApplicationStatusChanged.txt"/></add>
When you select an email template to use when defining a workflow step or an issue, all of the templates in this location will be included in the selection list. To add a new email template to the system, copy the text file into this email templates folder.
To modify these settings
1. | Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor. |
2. | Locate the Email template folder and template files portion of this file. |
<add key="AMSEmailTemplateFolder" value="EmailTemplate"/></add>
<add key="IssueCreationTemplate" value="IssueCreation.txt"/></add>
<add key="IssueResponseTemplate" value="IssueResponse.txt"/></add>
<add key="WFAdvancedTemplate" value="WFAdvanced.txt"/></add>
<add key="WFRollbackTemplate" value="WFRollback.txt"/></add>
<add key="WFStepEditTemplate" value="WFStepEdit.txt"></add>
<add key="WFCompletedTemplate" value="WFCompleted.txt"></add>
<add key="DataChangedTemplate" value="DataChanged.txt"/></add>
<add key="SLABreakageTemplate" value="NewSLABreakage.txt"/></add>
<add key="SLARiskTemplate" value="NewSLARisk.txt"/></add>
<add key="DataChangedTemplateNewRequest" value="DataChangedNewRequest.txt"/></add>
<add key="ApplicationStatusChangedTemplate" value="ApplicationStatusChanged.txt"/></add>
3. | Specify the default folder for the email templates, and the default template files to use for each type of email event. |
Workflow Manager 6.0 / AdminStudio Enterprise Server 11.5 Help LibraryJune 29, 2012 |
Copyright Information | Contact Us |