Browse by Tags

All Tags » API   (RSS)
  • Re: Worklist in Winform C#

    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 ...
    Posted to General (Forum) by cmurphy54 on August 14, 2008
  • Getting back the orginator of a processinstance

    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 ...
    Posted to General (Forum) by grimstone on July 8, 2008
  • Using SmartObject API and the AD Service Object

    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 ...
    Posted to Ramble On (Weblog) by jan on May 13, 2008
  • DataFields in Blackpearl

    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 ...
    Posted to General (Forum) by kimteq on May 1, 2008
  • Re: Acessing Data Fields and Processes from Blackpearl API

    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 ...
    Posted to General (Forum) by endpointsys on April 9, 2008