I'm new to WF and looking to create a WF runtime and state machine. I would like to perform this within a current Class ( C# code ) to perform some logic my WPF app can call. I would like to do this in code and not the WF designer, if possible.
I don't plan to use WCF, databases, etc. as the Class would make the state transitions and report back to the app. Is there any really basic tutorials to do this? TIA