Is WF still alive? From memory I believe the last update was around 2012. I doubt that it will ever reach .NET Core.
We used WF for a while but it was too complicated for our needs. We developed our own workflow engine around https://github.com/dotnet-state-machine/stateless and never looked back. On 19 January 2017 at 18:18, Preet Sangha <preetsan...@gmail.com> wrote: > Scott, > > I don't think WF is available on .net Core yet. So in that case I'd > recommend IIS Express as your host. All the WF stuff I did was years ago > and it was all IIS based. It's grown considerably easier I hear. > > Preet > > > regards, > Preet, in Auckland NZ > > > On 19 January 2017 at 19:46, Scott Barnes <scott.bar...@gmail.com> wrote: > >> I have a need to create a local mini web server which sole job is to act >> as a WCF host for local area network clients to feed off. The web server's >> main role is to act as a Windows Workflow host that will process inbound >> data into various whacky workflow(s). >> >> The web server is headless in that i don't ever plan on providing a HTML >> UI to it, as its really just in place to run long running procs, react to >> new inbound data and then answer any local clients requests back with data >> (in fact i'd ideally like to keep it locally "swagger"`fied). >> >> Where are we at with this kind of pattern, any new toys to play with that >> makes this easier or should i keep it circa 2009 and below - .NET wise. >> >> I'm at the moment leaning towards .NET Core mix but still not sure how to >> make Windows Workflow fit into that still (i have to use WWF). >> >> >> --- >> Regards, >> Scott Barnes >> http://www.riagenic.com >> > >