Hi,
during the creation of a business process, and adding a script task process element (C# code) to it to link a record to an activity section, causes the business process to run several times longer than without C# code. How can I speed up this process?
I need to speed up the process of sending a notification to the email. Is there any way to see what slows down this process?
is used Servis enterprise 7.16.3.1473, Interaction with mail by exchange listener.
var EmailSender = new Terrasoft.Configuration.EmailWithMacrosManager(userConnection);
EmailSender.SendEmailFromTo(caseId, templateId, sender0, ContactMail);
return true;
Thank you,
Elena