Browse by Tags
All Tags » .net » black pearl development (RSS)
-
Hi,
Within our K2 process I'm consuming a WCF service. I created the service reference using the Add Reference dialog. This dialog lets you choose a service URL.
After adding the reference and compiling the K2 process a proxy dll of the service has been created. I also expect a kind of config file containing the system.ServiceModel configsection ...
-
I have a workflow that has a form where datafields would be hard to manage (80 of them) and the data is not really normalized for a smart object. Instead we used xmldatafields.
I don't have time to pretty this up but wanted to post my notes. I hope they help you.
Things to know, use client connection not management ...
-
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 referenced?
Thank in ...
-
I would like to automatically test a workflow using NUNIT or the MS equivalent. Has anyone tried this?
I can foresee some problem areas:
user roles
workflows that wait for time periods e.g 1 week
I imagine I would need to run Action.Execute(true) with sync set to true. If there are server events, how can I ensure they have completed ...
-
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 ...
-
I am trying to connect to the server to get global worklists.
I've just tried the code from the K2 BP Developers Reference, but have been having just enough troubles getthing thorough connection problem.The code looks like this below. I am not sure what went wrong and would really appreciate the help!I am running the code on the server machine ...
-
I get an error when I try to connec to the K2 host server from the web app created in Visual Studio 2005 (C#).The error looks like this:''Unable to resolve address Integrated=False;IsPrimaryLogin=True;Authenticate=True;EncryptedPassword=False;Host=[host server name];Port=5556;Password=[admin password];UserID=[domain admin user] and port ...
-
Hi
I'm having a problem getting my destination slots working how i'd like. I have a role which has several users. The role is set as the destination. I'd like for a user within that role to be able to open an item, then cancel it and still have it available to all the other users in the role. However, as soon as one user submits the ...
|
|