Answer Questions
cberman Can TargetStateName of SetState Activity be dynamically modified?
Is it possible to modified the targetstatename of a SetState Activity after the workflow instance have been invoked Further to that I would add, If you want to do this functionality, the easiest way to do it is from a code activity - use the SetState method there. Alternatively you could add the SetState shape dynamically at run time. (see lab11 in the WWF Hands on labs) I ran into the same brick wall e ...Show All
Jack0000 Correlation between two diferent workflows
Is it possible to use correlation between two diferent workflows Let's say we have this local service [ExternalDataExchange] [CorrelationParameter("instanceChildId")] public interface IMasterChildLocalService { [CorrelationInitializer] void RaiseChildInitiated(Guid instanceChildId); [CorrelationAlias("instanceChildId","e.InstanceId")] event EventHandler<ExternalDa ...Show All
qrli Dynamic update to ASP.NET hosted workflow
Hi guys, I have an asp.net application that host the runtime + sql persistence. I also want to change the workflow definition of running instances through dynamic update. I want to use the workflow designer (windows app) to do the modifications. And here is the problem my workflow runtime is in the asp.net app and I must use it. But how can I access it For some situations the sql persistence can be solution so I can rehydrate the workflow ...Show All
acole Passing parameters into the workflow.
Hi, I'm very new to workflow, and need help... I created a workflow library that has a custom workflow action developed. Then I used a winapp to test the workflow, in preparation to deploy the custom action into office 12. Basically the workflow action will try to escalate anything to a person's manager using information stored in active directory, so that users in office 12 do not need to specify the manager. The problem is, I don't kn ...Show All
SergeyPV workflow persitence
Using SqlPersistenceService, I can save/restore an runtime workflow to/from SQLServer in running application. Here is my problem: -Run app, save workflow -Turnoff app -Run application again, try to get above workflow but not can Are the any solution for that Tx Hi Arjun, Is there any documentation for explaining the meaning of SQL Server database fields (WorkflowStore, TrackingStore) Tx ...Show All
mandoman2 Where can I obtain A Copy Of Windows VISTA One of the betas
Where can I obtain a beta copy of windows vista I have an MSDN Subscription but I still cant get a copy please relpy to tight_fox@yahoo.com Judy Booth wrote: If you have the correct level of MSDN subscription you can get Vista from Subscriber downloads. What I don't know is exactly what level you need - I have what was a "Universal" subscription. You will find various builds in Operating ...Show All
Sathish Kumar P EventSink Roles terminates workflow
Currently the workflow is terminated when when an eventsink is called by somebody not added to the roles collection of the EventSink Is it possible to maybe throw an exception to the caller (or ignore the call completely) without terminating the workflow instance Peter Have a look at lab 10, where they're using System.Workflow.Runtime.WorkflowAuthorizationException. Mat ...Show All
rickiz Macintosh Development
I am planing to Build embedded Browser which can be used on Mac and Windows. Since Mac does not use IE, I am wondering on how to go about it. Can someone suggest or throw some ideas . ...Show All
Andris A&#382;&#275;ns ValidationOptionAttibute
I installed Beta 2 on a fresh vm today and was really shocked about the ammount of changes. Not only bad things changed for good, such like the Property/Attribute Designer for Activities is gone :-( After more than 100 errors in my existing project I decided to rebuilt it from scratch. Now even my first attempt to built a custom activity fails, when it comes to the declaration: ValidationOptionAttibute which was formerly known as ValidationVi ...Show All
Free Hall windows vista
how can i download windows vista and what is the procedure because i am browsing the microsoft web for 2 hrs i am a genuine windows xp user. pls tel me how to get vista afav2@yahoo.com 私 WINDOWS VISTA 正確 情報 得 。 宜 願 。 Thanks! Arabic wasn't available o ...Show All
.NETsux Dependency Property
I have a custom activity derived from HandleExternalEventActivity that I have generated from a interface using the wca.exe tool. On this activity there is a dependencyproperty Approved (type bool) generated. The value of the property is set in the eventhandler for the activity. I have placed my activity inside a while activity that I have set up to have a Declarative Rule Condition that is set up like !this.pageApproved.Approved When I deb ...Show All
Suren Reddy idle state
How is possible to put StateMachine workflow to be idled, without activites like delay I want to use persistance storege for fail over. Becasue that, I want to define my persistance points. I try with: WorkflowInstance inst = theRuntime.CreateWorkflow(type); inst.EnqueueItemOnIdle(); inst.Unload(); but, EnqueueItemOnIdle doesn't necessarily persist the workflow immediately. workflow state is a ...Show All
NorthSeattle playing hd video inside dx3d device
hi everyone, i am currently trying to develop a professional video app witch renders through dx3d (multihead device). what i need to do, is playing hd videos (wmv hd, mpg2/4,etc) on textures in best quality possible! for now, i am going the vmr9 way to render video frames into the texture buffer. my question is now, are there any other/better ways to integrate video into dx3d! what about the quicktime api i am using managed dx3d right now and i ...Show All
Michael Pryhodko How do I know when a checkbox is checked/un-checked in a List Control(ListView)?
Hi, I'm using unmangaged C++ in VS2005 and only win libraray. There is no notification for Checkbox state changing or changed in the notification area for listView control. I need to save some data from the Dialog form when the listview control is changing it's selection and if the checkbox for that item is selected. Should I use the ( LVN_ITEMCHANGING) But in this I dno't think it tells me the original checkbox state and what it's chan ...Show All
Jman Killer Tree Walker - missing control elements
I have a problem with the TreeWalker class. I use a .RawViewWalker TreeWalker for building up a tree of all elements. I made a simple application using Avalon: one Form with a button, a checkbox, an ink canvas and a menu on it. My problem is, that using the TreeWalker the elements ink canvas and the menu are not found, just the button and the checkbox. I cannot solve this problem. I have another question about this whole namespace Syst ...Show All
