Browse by Tags
All Tags » API (RSS)
-
Um, I'm going to paste together some separate bits of code, but hopefully this covers it: public Connection OpenConnection()
{
try
{
if (_K2ClientConnection == null)
{
_K2ClientConnection = new Connection();
ConnectionSetup ...
-
Im sure this is a easy question that im missing somehow. but how do i get the orginator of a process instance? When i get back my processinstance there does not seem to be a way to get a reference to the orginator. my code is similar to whats below . thanks in advance.
For Each work As WorklistItem In ...
-
Creating an Employee SmartObject (SmO) is a great business entity to have available for any workflow application in a company. It is very easy to create a SmartObject in the K2 Studio SmO Editor and use the existing K2 Active Directory Service Object.In 2 or 3 steps, you will be able to create the following SmO (for more details, please see the ...
-
WE are converting an applciation to blakcpearl from k2 2003 and we are having some problems when using the SourceCode.Workflow.client (instead of k2rom).
It seems to behave differently when accessing the datafields though we are using code similar to what is given in the k2[blackpearl] developer reference.
We are trying to access the datafields ...
-
The way your post is framed, it sounds like you wrote your c# frontend using the K2.Net 2003 API, or you are at least trying to re-use some of the same codebase from the previous version. If this is the case, you need to download the Developer Reference documentation (just came out a couple of weeks ago) and use some of the many code examples ...
|
|