Skip to main content

I'm not sure if this is the right place to post this question, so here I go: is there a way to monitor the K2 server and send an email to the administrator whenever a workflow stops due to an an error? (with a windows service or something?)


I would also like to know if there's a way to get the values stored in the string table of a workflow, not from the workflow itself but from another application using the k2 dlls.


Thanks in advance for your comments and suggestions  =)

This is catered for by Exception Handlers at the process level.


See http://k2underground.com/forums/thread/10673.aspx


String table is only exposed by K2MNG DLL.

You could create a webservice with IIS pool identity of the user that has access to the processes.   The webservice calls K2MNG.DLL to get the data.


Reply