Welcome to K2 Underground Sign In | Join | Help

April 2008 - Posts

Misc K2 blackpearl Connections Strings
When creating a programmatic connection to K2 (typically via either the SourceCode.Workflow.Client or SourceCode.Workflow.Management APIs) there are a number of connection options that can be used. I wanted to highlight a couple of common scenarios here. Read More...

by Bob | 0 Comments

How to work with XML fields in K2.net 2003
I found the attached document that I worked up to show how to use K2.net 2003 XML fields in an ASP.NET app as well as within a Server Event within the process. I still get asked this question a bit in regards to K2.net 2003 so I thought it worth posting. Read More...

by Bob | 0 Comments


Attachment(s): Example - How to Work with K2 XML Fields.doc

K2 SQL User Manager 101
*** Updated Slightly with version 0807 *** K2 blackpearl now supports non-AD users to interact with their workflow tasks. This is performed via the integrated SQL User Manager (SQLUM) that is installed by default with K2 blackpearl. Previously, in K2.net Read More...

by Bob | 0 Comments

How to check the status of a process instance after synchronously actioning a worklist item
It is often desirable to enforce in your application that upon user submission of a task (e.g. the user clicks the submit button after making a decision that finishes he/her workflow client event), that the application does not proceed until the K2 process Read More...

by Bob | 1 Comments

How to programmatically change the value of a string table entry
Below is an example of how to use the SourceCode.Workflow.Management.dll to retrieve the current StringTable for a specific Process and then modify the value of a specific entry in the stringtable: private void EditStringTableForProcess(string strProcName, Read More...

by Bob | 0 Comments

How To Add Code in a Default Escalation
I was asked today how to add code into a Default escalation. At first glance it doesn’t appear that there is anywhere to insert your code, because when you view the code you are shown an empty XOML. However, it is entirely possible if you drag out a WF Read More...

by Bob | 0 Comments

How to Programmatically Access Environment Settings within blackpearl Process Code
There have been a couple of questions recently about how best to programmatically interact with environment settings within blackpearl process code (e.g. server events). There is an environment library server containing the fields, values and Environments Read More...

by Bob | 0 Comments

Powered by Community Server (Commercial Edition), by Telligent Systems