Releases: optimajet/WorkflowEngine.NET
Releases · optimajet/WorkflowEngine.NET
Workflow Engine 9.0.2
Designer
- Fixed a bug with moving the selected activity.
Workflow Engine 9.0.1
Designer
- Fixed filling types for custom activities.
Workflow Engine 9.0.0
Breaking changes
- The Oracle database provider has been updated to
netstandard2.1
target framework. The update is due to vulnerabilities found in previous versions of theOracle.ManagedDataAccess.Core
package. This means that the Oracle database provider can no longer be used with the .NET Framework, sincenetstandard2.1
is not supported on the .NET Framework. If you don't use an Oracle database, this change is not breaking for you.
Core
- Changes in the procedure for obtaining license and trial keys, you can read more here.
Samples
- Removed Oracle sample for .NET Framework.
- Removed Oracle sample for .NET Framework (WebForms).
Workflow Engine 8.1.0
Designer
- The size of POST requests to Designer API has been reduced.
Samples
- Updated
log4net
,sharpcompress
,Microsoft.Data.SqlClient
,System.Text.Encodings.Web
dependencies in the Framework examples.
Plugins
- Updated
SSH.NET
,SharpZipLib
dependencies inFilesPlugin
.
Core
- Removed
SharpZipLib
dependency.
Workflow Engine 8.0.0
There are no changes to the .NET libraries. In this version, only Workflow Designer packages are updated.
Designer
- The
style-loader
package has been moved from dependencies to dev dependencies. - Updated some NPM packages in the Workflow Designer examples.
- @optimajet/workflow-designer-angular package updated to Angular 15.
This is breaking changes for this package. - Added an option to get a Vue instance, see our documentation for details.
Workflow Engine 7.3.0
Core
- The
WorkflowRuntime.WithExpressionsCompilerOptions
method has been added to
allow customizing expression compilation. - Added setting
WorkflowRuntimeSettings.DisableMultipleProcessActivityChanged
to remove
repeatedOnProcessActivityChangedAsync
events. - Minor bug fixes.
Designer
- Improved text display for RTL languages.
- Fixed the location of the activity when creating in Firefox.
- Changing the language no longer resets the schema state.
Workflow Engine 7.2.3
Providers
- Added sort parameter for
LoadGlobalParametersWithNamesAsync
,LoadGlobalParametersAsync
andLoadGlobalParametersWithPagingAsync
methods of theIPersistenceProvider
. - Sorting of global parameters is implemented by all persistence providers.
Core
- Fixed a bug with type mutations of default process parameters (fields of static instances of the
ParameterDefinition
class
in DefaultDefinitions are made immutable).
Designer
- Improved usability of zooming/scrolling.
- Fixed a bug in workflow-designer-angular that caused
apiurl
not to change on the fly.
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.