All Tags »
.net (RSS)
Showing page 1 of 2 (19 total posts)
-
Hi,
The K2 directory contains a subdirectory called WebServices, which contains the following files:
ClientEventService.asmxInfoPathService.asmxOutOfOfficeService.asmxSharePointService.asmx
I couldn't find these services being referenced in any documentation.
Question:Are these services intended to be called externally?Can these services be ...
-
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 ...
-
Hi everyone,
I'm looking for a way to dynamically set multiple destination users/groups of a (single) activity. Activity destinations are stored in external database.
I've found a solution to this problem for K2.2003 workflow HERE but I believe that the solution is not Blackpearl compliant ( I couldn't find Main(ref DestinationRuleContext K2) ...
-
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 Submited and created an instance ok, but when trying to open the task, I get thir error: 4126 Invalid Serial Numver : 2_127
The serial number (2_127) is the correct one.
-
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 ...
-
I am writing a webservice to expose data collected in my process to a website.
I am access the data using the GetList method of the particular SmartObject. When I use a SQLDataReader, I am able to retrieve my results, but when I access this in code, I get no results returned, and no errors. If I change it to use the Load method and specify the ...
-
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 ...
1