CoreWF
CoreWF copied to clipboard
WF runtime ported to work on .NET 6
I have a few workflow XAML files which has near 90 000 lines in it. Actually it is executing successfully, but it takes near 40 minutes to execute. The same...
We're looking to potentially move from the .NET Framework version from Microsoft to CoreWF in our product line and I'm trying to understand the level of stability of the product....
As I read on your documentation, XAML produced by the designer (Visual Studio) can be run in CoreWF (with some limitations). I will like to know what are those limitations?...
Thank you creating this fantastic Workflow open source project! Definitely, UI is very important for end users, I understand that currently UI is not a part of the project, but...
The `AsyncTaskCodeActivity` should not have a `Result` property. This causes problems in some scenarios with reflection and validation. There are two ways to solve thje problem: Create a `TaskCodeActivity` as...
Elaborating on namespace – dll mapping issue: As you know , Workflow XAML created by WWF from net48 versions, maintains a list of namespaces and its corresponding assembly information. The...