Ashian
Ashian

Reputation: 531

State Machine Workflow designer for Windows WF

I want a designer for State Machine Windows WF, I find a sample code from microsoft and host visual studio desginer of Sequence Workflow in a Windows app, but I can't use it for State Machine , Is there any desginer for State Machine or can I host visual studio in another windows app?

Thanks

Upvotes: 1

Views: 1395

Answers (1)

Daniel Earwicker
Daniel Earwicker

Reputation: 116674

The same hostable designer control supports both sequential and state machine workflow editing. It's mentioned on here with some examples of how to save and restore the layout of the state nodes:

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

Upvotes: 1

Related Questions