Search code examples
.networkflowasp.net-coreworkflow-foundationdnx

Windows Workflow Foundation 4.5 (WF45) with ASP.NET 5


I'm researching workflow engine options for an ASP.NET 5 enterprise solution. When reading about WF45 it appears to be dependent on DLLs and I haven't seen any support for DNX packages mentioned.

Has anyone implemented WF45 with DNX package support? I know I could use both types of projects but I was hoping to re-use the code in my DNX packages.


Solution

  • WWF hasn't been ported to .NET Core. You can follow the issue on github here https://github.com/dotnet/corefx/issues/2394