Answer Questions
Miguel Tavares Final state for the satatMachine workflow
Hi, CompletedStateName is the property of the stateMachine workflow, it is for the final state. Is it ok for a stateMachine WF that doesn't have the final state It will be runing forever and will never be completed. My group leader suggests that I should use stateMachine WF that doesn't have the final state for our project. Is there any problems to do that Thanks Brain You are not required to ...Show All
PETER_WHITE123 Windows 98 operating system is not working with AMD Athlon processor with ASUS mother board
I am using AMD Athlon processor(64 bit) with compatible ASUS motherboard . I am started installing windows 98 second edition , installation is successfull. After the OS installation is over, i started installing Mother drivers from AGP card till Audio drivers. While doing the Video drivers for SIS chip support, installation was successfull. But after rebooting Windows 98 logo's display and then only small clock with questioned in frequency. I ...Show All
Jamey Taylor View
If a person dosnt want images and text documents to show in a thumbnail preview mode can you switch to icons I think it be neat to switch from Text Mode which is just text icon scaled to 0x0px preview mode shows the images and text documents and icon mode is icons and you can set the scale of the preview mode and icon mode, im not sure if thats how it works now cause i havnt beta tested Vista but I do gather and study the screenshots. ...Show All
jntrobertsen Is there a notification service Activity????
In WWF there are activities that dont come with the instaler, like FileSystemActivity, I was wondering if there is an activity that notifies tha a change has been made in a SQL data base, something like a notification service Activity, does any one know Other than the activities that come with the product there are some sample activites that can be found at http://www.windowsworkflow.net/default.aspx tab ...Show All
Bruno Jouhier As consumers of applications
Hi Susan, There is a broken link on you site... On http://www.threatcode.com/resources.htm Application Software Assurance Program goes to a download unavailable page at Microsoft. Susan Bradley wrote: What is the best way to drag application vendors and developers into this forum so they can learn to code more securely What websites, sdk, documents and books [besides Writing Secure Code Seco ...Show All
rich81 Activity Properties
hi all, i know that i can bind activity properties to workflow properties using the designer; but is it also possible to bind activity properties to properties of other activities and: is it possible to bind activity properties not to a certain activity but to the parent activity’s properties if you know something, please tell me. :-) thanks in advance, regards, .k If you don't mind doi ...Show All
Nadi Does design any workflow need a new project?
I want to organize all my workflows under one directory, within one project. When i add new item of Sequential Workflow(code) to an empty project. The following error occoured: class ="ErrorStyle" id="div1" width="100%"> The service 'System.Workflow.ComponentModel.Design.IMemberCreationService' must be installed for this operation to succeed. Ensure that this service is available. Hide at System.Workflow.ComponentModel.De ...Show All
olaf RunWorkflow from *.xoml ,*.rules?
Question: 1 ) This Workflow have base workflow and CustomActivity in Project Workflow.Base public partial class BaseWorkflow : SequentialWorkflowActivity { private bool _Result; public bool Result { ...Show All
fsa Roles and WWF
I ll have additonal question about roles. Does WWF do or will have role support on properties in activity or arguments of state transitions or start parameters Can we do make pre and post validations to substitude destination states. This validation canbe role,requied,range ect.. Thanks. Mujdat, I'm not sure I understood some of your questions, but I'll take a shot at it. Do le ...Show All
Sridevi113347 Vista Beta 2
I am also having the same problem I hope this doesnt show twice I used a multilayer burner using Gear software available as a trial version for Iso files, Multilayer DVD burners are best it formats for multilayer and uses all capabilities of a DVD I burned the Iso after I formatted a Rigadata 4.7 gig DVD Rigdata DVD -rw and had no problem with the install When you dlad the the Iso you are emailed max 2 k ...Show All
Natebone Error on executing the XOML workflow with rules
Hello, I am executing the workflow from its xoml file with rules associated. The code I use is: XmlTextReader readerWf = new XmlTextReader(this.XomlFile); XmlTextReader readerRules = new XmlTextReader(this.RulesFile); workflowInstance = workflowRuntime.CreateWorkflow(readerWf, readerRules, new Dictionary<string,object>()); The rule contain a reference to an activity that comes from another assembly, then the rule is ((Libs.Activit ...Show All
Sne Defining Bitmap of custom activity
Hi, I want to define a bitmap with a custom activity. I already set the ThemeAttribute in the ActivityDesigner and the ToolboxBitmapAttribute with the Activity but I cannot see the bitmap ... Any help appreciated! Thanks Andreas Arjun, Thanks but I tried that before ... There seems to be the same issue in WF-Designer and Toolbox with the Amazon*-Activities although they defi ...Show All
Thomas Root Programmatically create a workflow (WorkflowCompiler)
Hi, I'm building a program that can create the workflow and run it at once... this is an example with something that I came up with. I'm posting this because I had lots of trouble with it, and to get some hints how to do this better. Kind regards, Ruben using System; using System.IO; using System.Collections.Generic; using System.Text; using System.Workflow.Activities; using System.Workflow.ComponentModel; using S ...Show All
Bradonline Correct approach to using Workflow - light or heavy?
What is the "correct" way to use Workflow: Workflow should be as code-light as possible and only have the bare minimum of code, with the 'meat' in external modules, called from workflow if required. Workflow should contain the code as the process definition is then integrated in one place I like the idea of approach (2) but without experience it's difficult to guess. I am writing an app in which the same workflow process, e.g. Credi ...Show All
cyost Vista Beta 2
I am also having the same problem You don't extract it... you burn the image to a DVD, or as in my case a CD. Actually it still didn't for me. This is some weird stuff... What is the problem Burning the file depends on your burner and software there are several free, look for dvd burning software in search I used the trial version of Gear Software and it burned perfec ...Show All
