Reputation: 6644
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
Upvotes: 4
Views: 3339
Reputation: 31641
State Machines have been added in .NET 4.5 (you can download the Developer Preview)
Upvotes: 1
Reputation: 91
The .Net 4.0 product update 1 has state machine. Check the below link
http://support.microsoft.com/kb/2478063
Upvotes: 1
Reputation: 535
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."
Upvotes: 0
Reputation: 3279
The State Machine will be released in late April in the .NET Framework Platform Update 1.
Upvotes: 5
Reputation: 4072
Officially there is no state machine workflow in WF4.0 but you can try first CTP of State Machine Activity Pack.
Upvotes: 0
Reputation: 11
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.
Upvotes: 1