How can I use a persistent workflow instance in an ASP.NET MVC 5 app? (Things like accessing ViewBag or choosing a View or AJAXing comes to mind).
Notes: I tried two books (full of errors with code samples that does not work; so gave up after some chapters) and a dozen of online materials (blog posts, etc) and yet far from being satisfied by what I got of this WF thing. Of-course it's far easier without employing persistence; but what good is that?
So I think I am missing an essential piece or maybe the whole picture.