I have started working with Windows Workflow recently (the VS2010 RC / .NET 4.0 version) and am stuggling to get to grips with the SQL persistence functionality.
State machines can reduce complexity of workflows when there are multiple loops and branching or logic when the workflow must \"react\" to answers supplied by users.This would be an event-driven workf
Does a WF hosted as WCF (.NET 3.5) in IIS 6 resume after a delay activity when persisted to SqlWorkflowPersistenceService ? And if so, which kind of thread is being used (one from the ASP.NET worke开发
This is a general question concerning the Workflow Foundation (.NET 3.5) and versioning the data that it works with. We have a lot of custom activities that work with some data and this data may be in
I would like to create composit开发者_如何学JAVAions of workflows in WF (3.5). Is it possible to directly use a workflow as an activity inside another workflow? I don\'t want to use the InvokeWorkFlow
In simple terms: Why use Work Flow? Just for the somewhat graphical interface? No开发者_运维问答te: I don\'t plan to use MVC so applications implementing MVC with Work Flows are not what I\'m looking
What is the best way to use Windows Workflow Foundation in ASP.NET 3.5 Web Application. In my case there are several workflows(sequential) which includes numerous steps,user has the privilege to save
I have state machine, some state owns by HandleExternalEventActivity. It accepts some event with simple string flag. Basing on this string I need dispatch which next state must be activated. Most obvi
How to solve this problem (in WF4): I create a workflow in xaml and start several instances of it, I have a persistancestore and all workflows persist on a bookmark half way their workflow.
We are in the process of designing a web site were users can fill an application form and submit it. Once an application is created, it goes through different departments for review.After each review,