Answer Questions
VB_Programmer Different ending states in EventDriven
Hello, I am programming a document approval workflow using Beta1. I'm using a state machine workflow to model the different states the document goes on. Sometimes after the occurrence of an event I need to go in different states according to determinate conditions as for example after teh response of an approver according to the content of this response. I noticed that the designer doesn't allow me to put a SetState if not as the l ...Show All
jcoco Compact Framework
Well, I think I already know the answer to this question, but I'm going to ask anyway: Are there any plans now or in the future to support workflow on the Compact Framework As I'm sure the team is already aware, CF support would be highly valuable for process automation in refineries, pharmaceuticals, power generation and several other vertical markets. Sure James. At a recent job, ou ...Show All
Ajay Agrawal Can WWF Beta2 be used in vs2005 chinese version?
Can WWF Beta2 be used in vs2005 chinese version Hi, Unfortunately you will not be able to do so. We do not have a Chinese version of Windows Workflow for Beta2 and the English does not work on Chinese VS because of a bug. Thanks Devinder Thank a lot. ...Show All
ncholie6 How to prevent an Workflowinstance from terminating
Hi there I'm currently working on a (runtime-)service that should start a workflow for errorhandling if an instance faults. The service works fine as long as I trigger it by the instance's terminate event (Runtime -> WorkflowTerminated), but I want to prevent the instance from terminating and instead suspend it so it could be resumed and starts at the State that caused an error previously. Is anyone there who could give me a ...Show All
nzMatt RTM
Is there a release date for WWF yet Will there be a cost Will it work on Windows XP Pro/W2K3 Thanks Hi, All the announcements from Microsoft say that the components of WinFX such as WPF, WCF and WWF will be available built-in for Windows Vista OS and these will be made available as an add-on for Windows Server 2003 and Windows XP Operating Systems. There is no mention of Windows 2000 anywhere. The DLLs ...Show All
Mark_van_Dark Make COM object visible in Windows
I am initializing a program with the "New" command for access to this as an object in my VB.NET program. InitializeComponent() NMR = New RINMR.NMR() This initialization leads to a startup of the COM program as my program starts up, and this is good except for the fact that the COM program ...Show All
Marcelo Uemura SqlWorkflowPersistenceService exception using beta2
Hi, I've tried to created a web application using workflow. but there was an exception (array index out of bound exception) occurred when i tried to call 'startRuntime()'. Here is the code: --------------------------------------------------------------------- private WorkflowRuntime runtime; private WorkflowInstance instance; private AutoResetEvent waitHandle; and in button_click(): runtime = new WorkflowRunti ...Show All
Craig Guyer - MSFT Getting ready to install Vista
Hello, On a new hardrive so can you tell me the best set up please i.e. do I need two partitions etc and if so what sizes. Sorry if I posted this in the wrong place but I am new to the beta program and these forums. Thanks for your time. Hi, You do not need 2 partitions if you are not going to do a dual boot (XP and Vista for example). What size For the PDC build, some said that you need at least 8.5GB of free ...Show All
noisemaker How to use UI as part of the Workflow in State Machine
Hi, I am new to State Machine Workflow of WWF. I want to work on one of the feature as listed in white papers Display User Interface as part of the workflow through State Machine Workflows Can anybody please help me in doing the above with some samples. Thank you in advance. Can you be a little more specific My sample of lab 4 ported to ASP is a stripped down version of the lab and can be found at http://blogs.msdn.com/ ...Show All
virayanna A new outlook on Windows Vista
Hi! I am fascinated by the way in which Microsoft plans to change the nature of operating systems radically. Vista promises a better future -- lots of new data exchange solutions, better information organization and an easier GUI. It looks very exciting to me. However, there is still some doubt whether Vista will really be able to define the new wave of technology. I've been a user of Windows for the past 9 years, and have been accustomed t ...Show All
Mario Delamboy VMR9 mixing clip and a bitmap. No EC_COMPLETE?
I'm using VMR9 to mix my clips with a background image, so that i can achieve a very unexpensive fade-in/fade-out effect. The only thing is that my graph doesn't send the EC_COMPLETE event anymore. I guess that's because of the rendering of the picture. I'm a bit confused: I also tried to build a graph to mix two images. I expected an infinite execution graph, allowing me to change the alpha value of the top z-order pin continuou ...Show All
SPSali Workflow persistence functionality
How does workflow persistence function when a workflow unexpectedly terminates Does anyone know I understand that there is a persistence service that can write a workflow instance to a database, unload the workflow, and later re-load the same instance of the workflow. This is great, but what if the instance of the workflow had a network communication error Will the workflow serialization persistence store the last activity execution and bra ...Show All
janderson Problem with "The Goods"
All, I tried to install Windows Vista with Virtual PC last evenning, following Ben's (Virtual PC Guy) instructions. I however got stuck early on, it asked for my 25 digit activation code to do the install but refused to accept the one I was given in the book accompanying the disks. Any thoughts E. I am using the key from the book included with the disks. And I have tried a number of variation ...Show All
vanaj Does SqlTrackingService update the database at each workflow event?
I am tracking workflows by SqlTrackingService. However, I found out that SqlTrackingService does not update my SQL dababase until the workflow instance is completed (or terminated). Is that true If yes, is there any way to let SqlTrackingService update the database at each workflow event Thanks. For the SqlTrackingService - set its IsTransactional property to false. It still does transactional writes - ...Show All
scasti1 Good Job
Windows Workflow Team: I have used a lot of integration products in the past by Microsoft. I know some of you even worked on them. What I will say is you guys have it the nail on the head with this one. I just wanted to congradulate everyone on building in my opinion one of Microsoft's best SDK's. This beta product is bettern than most of the production stuff I have seen come out. Cheers, Mardo I completly agree , i t ...Show All
