Answer Questions
Beetlebum Making properties values persist in a workflow
Hi. I have a application in wich I embedded a WWF Designer, where I add some custom activities. The value of some properties of those activities changes at runtime , every time I execute the workflow. I would like to know if I can make the value of those properties changed at runtime to be saved in the .xoml file, so the last value will be available next time I open this workflow. Matt, A Workflow is in th ...Show All
JSF 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
VandyDave CreateFileMapping gets ERROR_ACCESS_DENIED unless run as elevated administrator
Can anyone suggest why the following code (which I use from an end user application to create a memory mapped file to be shared with a service running as Local System) always fails with ERROR_ACCESS_DENIED on Windows Vista (build 5342) unless run as (elevated) administrator from an administrator userid The same code works fine on both Windows 2000 and Windows XP when run from a restricted user account. hRegistrationData = CreateFileMapping(I ...Show All
jsalk Problem getting started
I am trying out Windows Workflow Foundation on my VS 2005 Version 8.0.50727.7. I created a new project using the C# Sequential workflow template. When I try compiling, I got this warning message: The "System.Workflow.ComponentModel.BuildTasks.CompileXomlTask" task could not be loaded from the assembly System.Workflow.ComponentModel, Version=1.0.00000.0, Culture=neutral, PublicKeyToken=71530258abd56239. Method not found: 'System.Object Microsoft. ...Show All
nanakamado Installing Windows Workflow Foundation Beta 1
There have been several threads with questions about installing Windows Workflow Foundation Beta 1. I'm hoping to summarize the installation instructions for anyone else that might be having trouble. These instructions are also available on the WindowsWorkflow.net community site here . James Conard Architect Evangelist - Windows Workflow Foundation http://www.WindowsWorkflow.net http://blogs.msdn.com/jamescon ...Show All
sarika Workflow Designer Rules Support
Hi, I'm in the process of trying to setup a demonstration application which shows an example of workflow and rules management. I need to basically setup a workflow, set some properties, then run the workflow from the designer. Part of this demo include the use of an IfElse activity and a Policy activity which link with the rules engine portions. I've trundled through the examples and the current samples get things about 75% of the way there, an ...Show All
Marianor how to access output parameters from workflow
hi, i am using sequential work flow, now i need to acess the reuslt from the workflow to the host(in my case windows forms). i can access workflowcompletedeventargs , yes i can acess in the workflow completed event but i need those values to be set to my FORM (it si giving me thread exception) if i try to acess my form object in workflow completed event can any one give me an example thanks shankar. ...Show All
tovarish How to use Overlay Mixer
Hi, guys, can you provide a example for me thank you very much. I use gradedit.exe, I can add the overlay mixer to the graph, but i can't set the video size to 640*480 with 24bits. It said: Can't support this format. i delete the overlay mixer from the graph, then i can set the video size to 640*480 with 24bits. why Did you try the various renderers available Also it may need some color space conversion filter. What do you need the ...Show All
Sarath25177 Building Communication Interface between Host and Windows Workflows
A workflow can be simply defined as a set of activities which execute sequentially or in parallel. While designing workflows for real-time scenarios, one of the common requirements encountered is the communication between workflow and the host launching that workflow. One of the ways of establishing a communication between the host and workflow is by using the runtime services provided by WinWF (WorkflowRuntimeService). ...Show All
Robert Schneider Designer and the Toolbox
We are working on integrating the workflow desinger into our suite of tools. Our shell currently has a toolbox that implements the IToolboxService interface. When we create the DesignSurface for the Workflow designer, we pass in our root service provider (which contains our toolbox service). However, the Workflow designer never asks our service provider for the IToolboxService (though it does ask for many other services). How does the list of av ...Show All
Michael Entin What is the max length for location paths in WWF?
When entering a location path longer than 95 characters for either a 'sequential workflow console application' or a 'State Machine console application' I get the error message "The length of the full path for the solution, project or item you are creating exceeds the maximum path length allowed by the system. You must reduce the length of the name or the location". Is this a WWF or a VS issue My question is what is that  ...Show All
David Pinto CAZE / State machine authorization
Would WWF be a candidate for a CAZE-style state machine authorization engine How would that type of thing be implemented in WWF DNeigler, I'm not too familiar with CAZE-style authorization engines, but it seems like you could use the state machine workflow in a similar way to model the authorization rules of a business application. Arjun ...Show All
Mathew N Printing workflows
Hey Now when some company chooses to use Windows Workflow as foundation for thiere business procress modeling what are the thoughts about documentation and printing the workflows There can be no doubt that one needs to print / insert into report the workflows modeled. But the build-in printing support in VS 2005 / WWF is somewhat minimalistic (useless). Is this because when i company chooses to use WWF they would actually not use Visual St ...Show All
lester1111 DirectUser API documentation
Will the DirectUser API (in duser.dll) be documented with Windows Vista At first, I thought of it as a "stopgap" API--used only a few places in XP, and something that would be going away with the introduction of Avalon. However it seems that Vista isn't using Avalon for any of its own UI but is making even more pervasive use of DirectUser. From the task dialog, to extensive use in control panel, DirectUser is something that Windows itself ...Show All
George Lowe Start Workflow Performance issue
I am timing the different aspects of WF execution and found one strange performance issue when starting a workflow. I have a simple workflow with three sequential code activities with only one print statement in each. I start many instances of this workflow in a loop from the main program (Program.cs). I measure the time just before I start each workflow (using workflowRuntime.StartWorkflow) and then pass in that time as a parameter to the work ...Show All
