I have a simple web application (non sharepoint) in which i want to add window workflow. I am using VS 2010 (.Net 4.0). I have done that in VS 2008 but dont know how to create a state machine workflow in VS 2010. The only option i get in creating are 1. Activity Designer 2. Activity Library 3. WCF Worflow 4. Console

I want that workflow application to be added in my solution so that i can integrate it. Any idea or tutorial would be of great help

link|improve this question

54% accept rate
feedback

6 Answers

up vote 5 down vote accepted

The State Machine will be released in late April in the .NET Framework Platform Update 1.

link|improve this answer
Please, could you provide a link with information about content of this udpdate? Thanks. – Jakub Linhart Apr 8 '11 at 9:08
See Microsoft .NET Framework 4 Platform Update 1 blogs.msdn.com/b/endpoint/archive/2011/04/18/… – Ron Jacobs Apr 29 '11 at 15:55
feedback

You could try "Hands-on Labs for Windows® Workflow Foundation in C# and VB.NET". Anyways, there is no State Machine Workflow in the new .Net 4.0 implementation. You can achieve the same end result using the Flowchart.

link|improve this answer
How do i make a flowchart in VS 2010 ? – Ankit Apr 7 '11 at 12:22
Open the xaml file containing the Activity and in the Toolbox, there is a TAB called Flowchart ;) – doer Apr 7 '11 at 13:22
Any tutorial???? – Ankit Apr 7 '11 at 14:47
feedback

The .Net 4.0 product update 1 has state machine. Check the below link

http://support.microsoft.com/kb/2478063

link|improve this answer
feedback

State Machines have been added in .NET 4.5 (you can download the Developer Preview)

link|improve this answer
feedback

Officially there is no state machine workflow in WF4.0 but you can try first CTP of State Machine Activity Pack.

link|improve this answer
feedback

http://msdn.microsoft.com/en-us/library/ee264171.aspx

It says,

"There is no longer a state machine activity or workflow model in .NET Framework version 4. For event-driven workflow modeling, see Flowchart Workflows."

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.