Browse by Tags
All Tags » black pearl » black pearl development (RSS)
Showing page 1 of 2 (14 total posts)
-
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 ...
-
Is it possible to configure the Active Directory Service so that you can use it to query multiple domains? For example, I have two domains at the same level in the tree - 'BSD' and 'CORP'. The Active Directory Service is initially configured specifically for the BSD domain like this: DC=BSD,DC=XXXCO,DC=COM, and my smart object ...
-
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 am working with a client to plan DTAP environments for all K2 development.
The current idea is for developers to work in an isolated virtual image. This means they have their own copy of MSSQL, MOSS, K2, BizTalk, etc. So they don’t share any of the K2 databases.
My question is:Is it possible for developers to concurrently develop on a ...
-
Hi all,
we have a business entity (piece of information) that consists of multiple
documents. we want to create an approval workflow for this type of information
without approving each document separately.
it is like having “attachment” workflows. where multiple documents are
attached to the workflow instance.
is this possible ...
-
I'd like to be able to use a different datasource i.e. SQL to hold the users. Then, depending on certain datafield values, I'll send the process instance to a or many users that are queried for based on the criteria.
I'm having a tough time getting to the destination user part of K2ROM, if it even exists.
Does anyone have any ...
-
I try using the WCLogical.Or, but still return empty. If I don't add this filter Criteria, I can get the disired worklistitem, and the ProcessDataField value is correct.
If I replaced with below:
crit.AddFilterField(WCLogical.And,WCField.ProcessData,''DealerCode'',WCCompare.NotEqual,dealerCode);
then will return all the Worklistitems ...
-
I make use of SourceCode.Workflow.Client.dll to get K2 Process Worklist. In K2 Process, I add a Process Datafield ''DealerCode'', and when start process, I set value for this field, then in the Worklist query function, I want to Implement the function which filtered by ProcessData ''DealerCode'' to get the ...
-
Hi All,
I'm trying to access the reports designer, the page initially loads including the tabs and all images, the screen stays greyed out and the loading animation keeps cycling through. I don't receive any errors logged to the event log and the user I access the workspace has rights in the workspace and in reporting services.
Any ...
1
|
|