Client Event Task Notification: some workflows are not sending email notifications

  • 15 February 2022
  • 0 replies
  • 40 views

Userlevel 5
Badge +20
 

Client Event Task Notification: some workflows are not sending email notifications

KBS100164

PRODUCT
K2 Five 5.0 to 5.1
K2 blackpearl 4.7
BASED ON
K2 blackpearl 4.7
TAGS
Debugging
K2 Designer for Visual Studio
K2 Notification Event
K2 Studio
This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.

Issue

Some of your Workflows are not sending Task Email Notifications. This only impacts some of the workflows.

Symptoms

This issue has not been noticed in the new HTML5 Designer, but have occurred in the Thick Client Designers (K2 Studio / K2 for Visual Studio).

This could be caused by trailing spaces in the workflow name.

Troubleshooting Steps

To confirm if you have trailing spaces in any of your Workflow Names, please request the EWS Debug assemblies and run the following SQL Query:
 

USE [K2] -- Change K2 database name in case you use non default name for it

SELECT [FullName] FROM [Server].[ProcSet] WHERE FullName LIKE ' %';

 

If this returns Workflow Names, please contact K2 Support to assist in Modifying the data in the Database and to modify the Process Definition.

 

Please note:
Do not modify any database definition or database content unless specifically instructed to do so by K2. No changes to the K2 Database definition or content are supported unless specifically instructed by K2.
Direct read access or modification of the data in the K2 database is also not supported, unless specifically instructed by K2, except for the ServerLog table where direct read access is supported.
Any modification of the K2 database or content may result in system instability or failure, therefore it is highly recommended to make backups of the K2 database prior to performing any modification, even when instructed to do so by K2.
This database schema reference is provided for informational purposes only. Note that database schemas may change between product versions, so if you have written custom queries against the K2 database, those queries may break between product versions.

http://help.k2.com/onlinehelp/k2blackpearl/devref/current/default.htm#Database_Reference.html

 

 


0 replies

Be the first to reply!

Reply