Showing related tags and posts across the entire site.
-
All of our client applications use custom code to access K2 (via the K2ROM API). In K2.net 2003, we regularly created custom Client Events. Our standard procedure was to write client side code for each client event. These would read: public void Main(ClientEventContext K2) { K2.AddWorklist("OurCustomPlatform"...
-
Hi Guys, I am trying to write a K2 Workflow in the visual studio designer. I have setup a SharePoint workflow integration event for when a new item is added to a document library. Regarding this can someone inform how i can use column values from SharePoint at a later stage in the workflow, for example...
-
Hi Guys, I have what should really be a simple question. I am new to BlackPearl so I'm not sure how to do much with it. As far as I know the little boxes in Visual Studio with lines coming out of them are called Activities. Or are activities just one type of box with lines coming from it? From what I...
-
We have a Sharepoint 2007 and k2 blackpearl, within sharepoint we run an aspx page. This page updates sharepoint user permissions and sharepoint list items based upon user input. We want to check that the k2 process that we have started to do the above completes successfully. we use the startprocessinstance...