Releases: optimajet/WorkflowEngine.NET
Releases · optimajet/WorkflowEngine.NET
Workflow Engine 7.1.0
Designer
- The BPMN upload and download menu is now hidden by default (showBpmnMenu flag in designerConfig).
And other minor improvements and fixes.
Workflow Engine 7.0.0
Breaking changes
- The .NET Framework 4.6.2 is now the minimum supported version.
- Unified nuget packages for .NET Framework and .NET Core with the netstandard2.0 target.
- Updated providers. Now there is less static, and this is a precursor of an even greater update of providers.
- For .NET Framework users only: OptimaJet.Workflow.DbPersistence.dll renamed to OptimaJet.Workflow.MSSQL.dll.
Designer
- Added the ability to export the process scheme to an image.
- Added support for custom control for the action parameter.
- Added comment for command and commands parameter.
- Added ‘comment’ type for localization.
- Added ability to add a custom language.
- Fixed initialization of default values for activity.
- Exceptions are no longer logged when logging is disabled.
Providers
- Added the ability to set a global timeout for commands.
Samples
- .NET Core samples updated to .NET 6.
- Synchronous APIs have been replaced with asynchronous ones.
Also updated dependencies and other improvements and fixes.