One of the most frequent requirements when developing a workflow is to be able to send email notifications. K2 Blackpearl allows you to configure various email templates, but when you…
Posts tagged as “Email”
Making dynamic Email Templates is a frequent requirement from many customers. The idea is to be able to change the email subject and body without redeploying the workflow. There are a lot of different ways how you can implement this. In this post I will show how dynamic email templating functionality can be achieved with the help of several tables and a stored procedures in SQL. I deem this approach as a very useful one for those applications/projects, where most of the data is stored in the SQL Database.
Служба оповещений об ошибках в К2 – это служба Windows, которая мониторит экземпляры процессов на сервере К2 blackpearl и оповещает администраторов по e-mail о возникновении ошибок. Данное ПО устанавливается, как…
Данная демонстрация показывает, как с помощью процесса К2 вставлять в текст письма таблицы. Особенно это полезно, когда нужно вставить все значения не 1 поля, а таблицу из нескольких столбцов –…