Skip to main content
Nintex Community Menu Bar

Why is K2 Studio event escalation email sent twice?

  • July 10, 2018
  • 2 replies
  • 25 views

Forum|alt.badge.img+16

Hi,

 

I have a reminder (event escalation) set to email a user if the item has not been actioned. Set to Every day for 5 days

 

Can anyone explain why the user is getting 2x Emails from each escalation?

 

There is only one entry in the K2 Studio workflow, so why is the email sent twice for each notification?

 

Thanks,

2 replies

Forum|alt.badge.img+6
  • July 23, 2018

Hi SharpSharp,


 


Please look in the HostServer.exe.config.


You might have two paths setup in the config.


 


Example:


Remove one of these. 

Change: 
<catalogs> 
<add path="SmartActions" /> 
<add path="SmartActionsEWS" /> 
<add path="SmartActionsSMTP" /> 
</catalogs> 
To 
<catalogs> 
<add path="SmartActions" /> 
<add path="SmartActionsEWS" /> 
</catalogs> 

Depending on what you configured for either EWS or SMTP.


 


Kind Regards,


 


Nicolaas Swart


Forum|alt.badge.img+10
  • July 23, 2018

Hi Sharpharp1, 


 


How many users is the task assigned to? Can you add screenshots of how you have configured the escalation?