¡@

Home 

c# Programming Glossary: workflows

Workflow Design Dilemma - State Machine, yes or no

http://stackoverflow.com/questions/1966950/workflow-design-dilemma-state-machine-yes-or-no

workflow for all the different states Or do I create workflows for transitioning between states If I understand correctly if.. for every item. This means thousands of ever running workflows. Also I need to be able to display a snapshot of the status.. of each item so that means I have to somehow query all the workflows for the state they are currently in or otherwise persist to..

Is it possible in .NET, using C#, to achieve event based asynchronous pattern without multithreading?

http://stackoverflow.com/questions/2842264/is-it-possible-in-net-using-c-to-achieve-event-based-asynchronous-pattern-wi

side note this is more directly supported by asynchronous workflows in F# and it can be used for quite elegant style of GUI programming.. I suppose that you may be also amazed by F# asynchronous workflows as they are really cool for asynchronous event based ... style..

To Workflow or Not to Workflow?

http://stackoverflow.com/questions/3634901/to-workflow-or-not-to-workflow

The system involves a lot of manual tasks and business workflows and we are looking at using Windows Workflow .NET 4.0 . An example.. is the best route when doing these long running type of workflows. That makes solving the versioning problem not to hard either..

Visual Studio Async CTP - How does it work?

http://stackoverflow.com/questions/4047427/visual-studio-async-ctp-how-does-it-work

programming model in C# is very close to F# asynchronous workflows in fact it is essentially the same thing aside from some technical..

Why use Windows Workflow?

http://stackoverflow.com/questions/513657/why-use-windows-workflow

a bunch of classes and a schema XAML based for defining workflows. All the hard stuff such as persistence providing a host process.. host process for the runtime and implementing distributed workflows across processes is left up to you. Plus there is a learning..