Skip to main content
Nintex Community Menu Bar

Disable smartaction confirmation emails

  • December 2, 2016
  • 0 replies
  • 12 views

Albarghouthy
Forum|alt.badge.img+16


 

Symptoms


Disable smartaction confirmation emails
 

Diagnoses


I need to disable the automatic notification email (i.e. "You have succesfuly submitted this task with the 'Approve' action ...") that are sent when a user completes a task via a smartaction.
 

Resolution

In the K2HostServer.exe.config file, under andltSmartActionsandgtandltMessagesandgt you will see a list of SmartActions reply messages, look for the following key

andltactionExecuted filename="TemplatesMessagesSmartActions.ActionExecuted" andgt

Change it to:

andltactionExecuted filename="TemplatesMessagesSmartActions.ActionExecuted" enabled="false"/andgt

Restart K2 service.