WorkflowEngine.NETCore-Core
                              
                            
                                13.2.2
                            
                        
                    See the version list below for details.
dotnet add package WorkflowEngine.NETCore-Core --version 13.2.2
NuGet\Install-Package WorkflowEngine.NETCore-Core -Version 13.2.2
<PackageReference Include="WorkflowEngine.NETCore-Core" Version="13.2.2" />
<PackageVersion Include="WorkflowEngine.NETCore-Core" Version="13.2.2" />
<PackageReference Include="WorkflowEngine.NETCore-Core" />
paket add WorkflowEngine.NETCore-Core --version 13.2.2
#r "nuget: WorkflowEngine.NETCore-Core, 13.2.2"
#:package WorkflowEngine.NETCore-Core@13.2.2
#addin nuget:?package=WorkflowEngine.NETCore-Core&version=13.2.2
#tool nuget:?package=WorkflowEngine.NETCore-Core&version=13.2.2
Workflow Engine is a .NET and .NET Core library that enables you to add custom executable .NET and Java workflows of any complexity to any software, be it your own creation or a third-party solution, with minimal changes to existing code.
      Its core features are:
      - HTML5 visual designer. Design, model, edit and visualize your custom workflows.
      - Workflow version control. Keep track of your workflow changes and easily revert them.
      - Parallel workflow support. Split workflows into branches that execute tasks concurrently.
      - XML import/export. Export your workflows for further reuse and sharing.
      - Localization support. Translate user interface to multiple languages of your choice.
      - In-built workflow timers. Set intervals or specify time to run custom actions and workflow tasks.
      Workflow Engine build for .NET core includes a set of pre-built providers for the following databases:
      - MS SQL Server
      - PostgreSQL
      - Oracle
      - MySQL
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. | 
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. | 
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. | 
| MonoAndroid | monoandroid was computed. | 
| MonoMac | monomac was computed. | 
| MonoTouch | monotouch was computed. | 
| Tizen | tizen40 was computed. tizen60 was computed. | 
| Xamarin.iOS | xamarinios was computed. | 
| Xamarin.Mac | xamarinmac was computed. | 
| Xamarin.TVOS | xamarintvos was computed. | 
| Xamarin.WatchOS | xamarinwatchos was computed. | 
- 
                                                    .NETStandard 2.0- Microsoft.CodeAnalysis.CSharp (>= 4.1.0)
- Microsoft.CodeAnalysis.CSharp.Scripting (>= 4.1.0)
- Microsoft.Extensions.DependencyModel (>= 1.1.1)
- Newtonsoft.Json (>= 13.0.1)
- System.Collections.Specialized (>= 4.3.0)
- System.Security.Cryptography.Csp (>= 4.3.0)
- System.Xml.XmlDocument (>= 4.3.0)
- ThomasLevesque.WeakEvent (>= 4.1.0)
 
NuGet packages (24)
Showing the top 5 NuGet packages that depend on WorkflowEngine.NETCore-Core:
| Package | Downloads | 
|---|---|
| WorkflowEngine.NETCore-ProviderForMSSQL Contains dlls for MSSQL Server Persistence Provider: DbPersistenceProvider which implements interface IPersistenceProvider, DbSchemePersistenceProvider which implements interface ISchemePersistenceProvider, DbXmlWorkflowGenerator which implements interface IWorkflowGenerator. Steps for workflow runtime configuration with DbPersistenceProvider: https://workflowengine.io/documentation/workflow-server/how-to-launch/#customdb in Create WorkflowRuntime section. | |
| WorkflowEngine.NETCore-ProviderForPostgreSQL Contains dlls for PostgreSQL Server Persistence Provider: DbPersistenceProvider which implements interface IPersistenceProvider, DbSchemePersistenceProvider which implements interface ISchemePersistenceProvider, DbXmlWorkflowGenerator which implements interface IWorkflowGenerator. Steps for workflow runtime configuration with PostgreSQLProvider: https://workflowengine.io/documentation/workflow-server/how-to-launch/#customdb in Create WorkflowRuntime section. | |
| DWKit-Core DWKit is a .NET Core BPM system made with simplicity and flexibility in mind. DWKit allows you to model, automate and execute mission-critical business processes. | |
| WorkflowEngine.NETCore-ProviderForOracle Contains dlls for Oracle Server Persistence Provider: DbPersistenceProvider which implements interface IPersistenceProvider, DbSchemePersistenceProvider which implements interface ISchemePersistenceProvider, DbXmlWorkflowGenerator which implements interface IWorkflowGenerator. Steps for workflow runtime configuration with OracleProvider: https://workflowengine.io/documentation/workflow-server/how-to-launch/#customdb in Create WorkflowRuntime section. | |
| WorkflowEngine.NETCore-ProviderForMySQL Contains dlls for MySQL Server Persistence Provider: DbPersistenceProvider which implements interface IPersistenceProvider, DbSchemePersistenceProvider which implements interface ISchemePersistenceProvider, DbXmlWorkflowGenerator which implements interface IWorkflowGenerator. Steps for workflow runtime configuration with MySQLProvider: https://workflowengine.io/documentation/workflow-server/how-to-launch/#customdb in Create WorkflowRuntime section. | 
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on WorkflowEngine.NETCore-Core:
| Repository | Stars | 
|---|---|
| optimajet/WorkflowEngine.NET 
                                                            WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
                                                         | 
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 20.0.0 | 165 | 10/30/2025 | |
| 19.0.0 | 1,169 | 9/18/2025 | |
| 18.1.0 | 1,225 | 8/25/2025 | |
| 18.0.0 | 885 | 8/18/2025 | |
| 17.3.0 | 1,380 | 8/12/2025 | |
| 17.2.0 | 2,055 | 6/19/2025 | |
| 17.1.0 | 1,748 | 5/23/2025 | |
| 17.0.0 | 2,613 | 4/1/2025 | |
| 16.4.0 | 3,697 | 3/10/2025 | |
| 16.3.0 | 1,788 | 1/23/2025 | |
| 16.2.1 | 1,226 | 1/9/2025 | |
| 16.2.0 | 3,028 | 12/10/2024 | |
| 16.1.0 | 2,132 | 11/1/2024 | |
| 16.0.0 | 922 | 10/24/2024 | |
| 15.0.1 | 2,096 | 9/26/2024 | |
| 15.0.0 | 961 | 9/25/2024 | |
| 14.1.0 | 1,332 | 9/20/2024 | |
| 14.0.0 | 1,363 | 8/29/2024 | |
| 13.3.1 | 1,083 | 8/12/2024 | |
| 13.3.0 | 1,561 | 8/7/2024 | |
| 13.2.2 | 1,870 | 7/19/2024 | |
| 13.2.1 | 3,196 | 6/25/2024 | |
| 13.2.0 | 1,305 | 5/27/2024 | |
| 13.1.0 | 1,084 | 5/13/2024 | |
| 13.0.0 | 1,250 | 5/6/2024 | |
| 12.5.1 | 990 | 4/24/2024 | |
| 12.5.0 | 8,246 | 4/10/2024 | |
| 12.4.0 | 2,520 | 3/28/2024 | |
| 12.3.0 | 1,401 | 3/13/2024 | |
| 12.2.0 | 3,816 | 2/21/2024 | |
| 12.1.1 | 7,318 | 1/19/2024 | |
| 12.1.0 | 3,368 | 12/25/2023 | |
| 12.0.0 | 2,082 | 12/4/2023 | |
| 11.0.1 | 13,292 | 9/1/2023 | |
| 11.0.0 | 2,160 | 8/28/2023 | |
| 10.0.1 | 4,844 | 7/13/2023 | |
| 10.0.0 | 2,336 | 7/13/2023 | |
| 9.1.1 | 5,811 | 6/2/2023 | |
| 9.1.0 | 2,600 | 5/24/2023 | |
| 9.0.2 | 3,557 | 5/10/2023 | |
| 9.0.1 | 2,718 | 5/3/2023 | |
| 9.0.0 | 8,229 | 4/20/2023 | |
| 8.1.0 | 5,424 | 3/1/2023 | |
| 8.0.0 | 4,173 | 2/21/2023 | |
| 7.3.0 | 7,054 | 2/13/2023 | |
| 7.2.3 | 9,242 | 12/5/2022 | |
| 7.2.2 | 4,666 | 11/9/2022 | |
| 7.2.1 | 4,643 | 11/7/2022 | |
| 7.2.0 | 5,001 | 10/24/2022 | |
| 7.1.4 | 5,429 | 10/12/2022 | |
| 7.1.3 | 5,599 | 10/7/2022 | |
| 7.1.2 | 5,235 | 10/5/2022 | |
| 7.1.1 | 19,723 | 9/22/2022 | |
| 7.1.0 | 5,702 | 9/16/2022 | |
| 7.0.0 | 7,057 | 8/29/2022 | |
| 6.0.2 | 6,636 | 7/6/2022 | |
| 6.0.1 | 5,987 | 6/24/2022 | |
| 6.0.0 | 6,041 | 6/22/2022 | |
| 5.3.5 | 6,569 | 5/31/2022 | |
| 5.3.4 | 6,215 | 5/23/2022 | |
| 5.3.3 | 6,375 | 5/13/2022 | |
| 5.3.2 | 6,417 | 4/29/2022 | |
| 5.3.1 | 6,272 | 4/25/2022 | |
| 5.3.0 | 6,650 | 4/19/2022 | |
| 5.2.6 | 7,680 | 4/11/2022 | |
| 5.2.5 | 13,097 | 4/4/2022 | |
| 5.2.4 | 6,512 | 4/1/2022 | |
| 5.2.3 | 9,760 | 3/2/2022 | |
| 5.2.2 | 4,736 | 12/29/2021 | |
| 5.2.1 | 9,783 | 12/8/2021 | |
| 5.2.0 | 15,184 | 10/27/2021 | |
| 5.1.4 | 8,420 | 7/31/2021 | |
| 5.1.3 | 19,831 | 5/13/2021 | |
| 5.1.2 | 7,388 | 4/27/2021 | |
| 5.1.1 | 22,166 | 4/6/2021 | |
| 5.1.0 | 5,397 | 3/31/2021 | |
| 5.0.4 | 11,634 | 2/18/2021 | |
| 5.0.3 | 17,638 | 1/27/2021 | |
| 5.0.2 | 8,471 | 11/17/2020 | |
| 5.0.1 | 11,475 | 11/4/2020 | |
| 5.0.0 | 19,540 | 10/7/2020 | |
| 4.2.5 | 13,334 | 7/31/2020 | |
| 4.2.4 | 17,790 | 7/14/2020 | |
| 4.2.3 | 7,334 | 6/30/2020 | |
| 4.2.2 | 6,653 | 6/22/2020 | |
| 4.2.1 | 12,235 | 6/2/2020 | |
| 4.2.0 | 5,708 | 5/18/2020 | |
| 4.1.4 | 13,007 | 3/4/2020 | |
| 4.1.3 | 28,640 | 2/7/2020 | |
| 4.1.2 | 11,095 | 1/30/2020 | |
| 4.1.1 | 7,229 | 1/20/2020 | |
| 4.1.0 | 9,657 | 1/9/2020 | |
| 4.0.10 | 24,028 | 11/1/2019 | |
| 4.0.9 | 42,345 | 6/20/2019 | |
| 4.0.8 | 14,202 | 6/5/2019 | |
| 4.0.7 | 8,130 | 5/14/2019 | |
| 4.0.6 | 4,389 | 5/13/2019 | |
| 4.0.5 | 4,294 | 5/10/2019 | |
| 4.0.4 | 4,337 | 5/9/2019 | |
| 4.0.3 | 4,336 | 5/8/2019 | |
| 4.0.2 | 8,257 | 5/6/2019 | |
| 4.0.1 | 4,754 | 5/2/2019 | |
| 4.0.0 | 4,820 | 4/25/2019 | |
| 3.5.0 | 29,712 | 1/16/2019 | |
| 3.4.1 | 18,282 | 11/14/2018 | |
| 3.4.0 | 10,363 | 11/5/2018 | |
| 3.3.2 | 26,647 | 10/12/2018 | |
| 3.3.1 | 13,483 | 9/14/2018 | |
| 3.3.0 | 4,348 | 9/12/2018 | |
| 3.2.0 | 8,080 | 8/17/2018 | |
| 3.1.1 | 4,150 | 6/27/2018 | |
| 3.1.0 | 28,412 | 6/6/2018 | |
| 3.0.3 | 3,842 | 5/7/2018 | |
| 3.0.2 | 3,943 | 4/23/2018 | |
| 2.3.1 | 4,695 | 2/19/2018 | |
| 2.3.0 | 18,097 | 1/10/2018 | |
| 2.2.3 | 50,925 | 12/12/2017 | |
| 2.2.1 | 3,946 | 11/15/2017 | |
| 2.1.0 | 4,691 | 5/16/2017 |