Any examples of Dynamic Update in .net4.5 with StateMachine
-
Tuesday, March 13, 2012 4:34 AM
I want to add one state to a workflow and then update all the persisted workflows to run on the new definition. Is this possible in the new .net4.5 framework?
I have Workflow_1.0.xaml file
and Workflow_1.1.xaml file in my project
Thanks
- Changed Type LeoTangModerator Friday, March 23, 2012 9:47 AM
- Changed Type LeoTangModerator Thursday, May 24, 2012 8:00 AM
All Replies
-
Monday, March 19, 2012 5:41 AM
Looking for any example of Dynamic Update on a State Machine Workflow in .net 4.5
Thanks
-
Tuesday, March 20, 2012 6:25 AM
Hi,
Check this:
http://code.msdn.microsoft.com/WF45-Developer-Preview-C-6e29ac28
And
http://code.msdn.microsoft.com/An-Introduction-to-Dynamic-01304b61
- Marked As Answer by LeoTangModerator Thursday, May 24, 2012 8:00 AM

