If I have a state machine created in version 3.5 will I be able to upgrade to .NET/Windows Workflow Foundation 4.0, or will I have to re-create the functionality? I heard / read that 4.0 does not support state machines. Finally, if you have a state machine in 3.5, what is your plan for migrating to 4.0?
Share
Windows Workflow 4 (WF 4), whilst not formally supporting the state machine activity, does so because it’s no longer necessary. You can still implement that same functionality using a Flowchart.
I’ve been using 3.5 up till now but WF 4 will make things much simpler.