Releases: optimajet/WorkflowEngine.NET
Releases · optimajet/WorkflowEngine.NET
Workflow Engine 7.2.1
Core
- Fixed a bug where subprocess logging would throw an exception.
Designer
- Fixed a bug where the canvas scrolls even when any window was open.
- Fixed a bug where
clear
executing would change the designerschemecode
.
Workflow Engine 7.2.0
Designer
- Improving the UX of scheme moving and scaling. Now you can move the scheme: up and down with the mouse wheel, left and right with the
Shift + wheel, scale with Ctrl + wheel. - Fixed a bug with saving custom activity parameters without a template.
- Fixed undo button bug.
- Minor optimization.
Providers
- The
LoadGlobalParametersWithPagingAsync
method has been added to theIPersistenceProvider
interface. That allows you to request global
parameters with paging and searching by name.
Workflow Engine 7.1.4
Designer
- Fixed calling custom activity onUpdate with incorrect argument value.
Documentation
- Updated GitHub readme.
Workflow Engine 7.1.3
Designer
- Added an option
cacheLoadedFiles
— caches downloaded files (e.g. templates), enabled by default.
Documentation
- Added a guide where we will explain how to integrate Workflow Engine with React.
And other minor improvements and fixes.
Workflow Engine 7.1.2
Designer
- Added an optional button to save the schema to the server - docs.
- Updated and improved documentation on creating custom activity.
And other minor improvements and fixes.
Workflow Engine 7.1.1
- Fixed
Clone
method in theProcessDefinition
. - Small bug fix in the
designer
.
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.