Answer Questions
Matthew Gertz MS SQLTrackingQuery
Hi, I need to select workflow instances from the persistance / tracking store that have a user defined depency property (DateTime) between a specified range. I have not been able to find the correct way of doing this. Please Help... Regards Jaco If the workflow instance is persisted in the persistance store by the SqlWorkflowPersistenceService, unfortunately you can not get the properties information from the persisted instan ...Show All
Fili Dataset not getting filled with newly added record
Hi, I am facing a strange problem in my web application. My web application has got thwe following architecture. Website -> WebService - > BusinessLayer, DataAccessLayer -> Microsoft Data Block -> DB. Now the problem is after creating a new request in the db, and then calling the getlist method after new insert doesnt reflect the newly added row in the dataset returned. ie after InsertRequest(Dataset ds), i cal ...Show All
Andreas Hofer Sound does not play when windows vista starts or is shut down
I installed the beta 1. I do have a sound card which is working fine. However, when I start windows or shut down, the sounds associated with these events do not play. Has anyone else faced this issue Ashok Sorry, I typo'd the link; please try it again now. The newsgroup is microsoft.public.longhornhelp . Sorry, Ashok, this is a software development forum, not a product support forum. You can try asking in ...Show All
Brian Rak Dynamic modification and Custom activities
I am planning to define some fairly complex sub-processes as custom activities, and would like to use the dynamic self-modification features within those. The problem I am having is that in a custom activty, you do not have access to the IRootActivity required by the constructor of the WorkflowChanges object. I tried implementing that interface in my custom activity, but the resulting activity cannot be added into a workflow. The nex ...Show All
Dan Weatherman Making Persistent State Machine WorkFlows
Hi I am a beginner in the Workflow foundation. I have made a workflow using state machine workflow. Can any one pls help me to make the workflow persistent. I need to store these values into the DB and then retrive it when the app user logs back into the application any help would be highly appreciated thanks in advance Bala HI SonaliC, Thanks for your response. I got the workflows persi ...Show All
nathan l Problems with state persistence and timer services
Hi, I've experimented with adding the SQL state, timer and tracking services to the Lab1 sample step 4 (the expense report approval workflow). The tracking service works fine, but it seems that the state and timer services get the engine stuck on the ListenForManagerApproval activity. If I disable the state and timer services the workflow unfolds as expected. I use the (really cool) Workflow Monitor sample to view the results, and the progress ...Show All
Dan Lockhart Rules which reference Activity properties in XOML only workflows
Has anyone been successful in creating and executing a rule that refers to an property of an activity which was dropped onto the workflow at design time in a XOML only workflow. In our scenario, we have a hosted designer which outputs XOML only workflows. In the designer, we can drop activities on to the surface and reference activity properties from anywhere on the workflow. HOWEVER, if we write a rule (in a policy or condition) which acce ...Show All
Deefer SDK compatability with VS2005 RC
First of all, the software looks great. The time and dedication is evident with the thoroughness of the design. Currently, we have our own proprietary workflow engine and were about to look at re-envisioning our designer as a DSL. With this announcement, we will have to re-evaluate our position. We have a few guys at PDC this year and they have been very impressed with the demonstrations and labs (I just had to pick this yea ...Show All
sde-sean How to use SharedConnectionWorkflowTransactionService?
The translation what i found in SDK is that SharedConnectionWorkflowTransactionService connect to the same DB using multiple services, for example:SqlWorkflowPersistenceService and SqlTrackingService use the same DB,and it can share data connection and transaction between two services. But in forum someone says that it also be used when host and DB in the same machine. Now, the thing I meet is that SqlWorkflowPersistenceService and SqlTracking ...Show All
MikaelN Removing windows vista
I have installed MS vista beta and want to remove it from my system -- I have formatted the vista partition and removed the entry from boot.ini But it is still showing the vista option in boot up. Here is the dump for my boot.ini file. [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /FASTDETECT /NOEXECUTE=OPTIN ...Show All
Jaxsurfer Using the Rules Engine with complex data containers
We are currently working on an implementation of the WF Rules Engine to validate complex data containers. These data containers contain not only simple properties, but collections of other data containers which themselves may also contain collections of other containers. We are evaluating what a suitable business rule set would look like to validate these containers, and the feasibility of business end-users [or developers] maintaining the rules ...Show All
Satish Chandran guidance on deployment
I am using Beta 2 Windows Workflow Foundation. I am trying to host the designer control in a webpage in an ASP.NET web application. Basically I am creating a .NET 2.0 WinForm User Control and using tag to embed in an ascx. I have succesfully done this, on my local workstation, using http://localhost url. However I cannot replicate this anywhere else, especially on my remote development server. I need guidance on deployment: 1. what is the ...Show All
kBegemot a state delay in a stae workflow machine
I have an application which host a state workflow machine, In this application , I have to define a delay for certain state, so I define an additional driven event who is managed by a delay activity , I defined the this event an the raiseEvent method in the communication service interface.. the problem I don't find the way to bind the drivenevent (in the designer) with the event which I already defined in the communication service interface..so ...Show All
espltd Workflows termined due to not serializable objects
hi I developed two workflows where the second gets called by the first one. At some point in code where the workflow gets persisted the workflow terminates himself, because certain objects I use are not [Serializable]. I assume, that the Runtime tries to persist the workflow. The contained parameters in the workflow are not all [Serializable] and therefore cannot persist the workflow. Then it terminates itself. My question: Has anyone e ...Show All
Thawani Problem Using ifElseactivity in an Embedded workflow designer
I'm trying to use a ifElse activity in an embedded workflow designer ( Workflow Designer Control Example downloaded from here: http://www.windowsworkflow.net/Downloads/Examples/Workflow%20Designer%20Control%20-%202005-09-24.exe ) I added a IfElse activity and then select one of the branches. In the property window I select a System.Workflow.Activities.Rules.RuleConditionReference Condition and then when I try to edit the Name prope ...Show All
