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 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...
-
Hi, I have a ASP.NET Page as a form where the user can select different task and assign each task to a person. Based on this I start a K2 (Blackpearl) workflow. Now I would like to start for each selected task(and the associated person) a seperate workflow with asyncronous IPC so that each task is assigned...
-
Hello, I would like to call several smartobject methods from within a web service in order to achieve cascading drop-down list boxes within InfoPath. I have not been able to dig up anything thus far. Does anyone have a good explanation on how to execute smartobject methods with code ? What needs to be...