Skip to content

Releases: optimajet/WorkflowEngine.NET

Workflow Engine 9.0.2

10 May 16:49
Compare
Choose a tag to compare

Designer

  • Fixed a bug with moving the selected activity.

Workflow Engine 9.0.1

03 May 17:45
Compare
Choose a tag to compare

Designer

  • Fixed filling types for custom activities.

Workflow Engine 9.0.0

20 Apr 17:53
Compare
Choose a tag to compare

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 the Oracle.ManagedDataAccess.Core package. This means that the Oracle database provider can no longer be used with the .NET Framework, since netstandard2.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

01 Mar 15:13
Compare
Choose a tag to compare

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 in FilesPlugin.

Core

  • Removed SharpZipLib dependency.

Workflow Engine 8.0.0

21 Feb 17:00
Compare
Choose a tag to compare

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

13 Feb 16:01
Compare
Choose a tag to compare

Core

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

05 Dec 13:54
Compare
Choose a tag to compare

Providers

  • Added sort parameter for LoadGlobalParametersWithNamesAsync, LoadGlobalParametersAsync and LoadGlobalParametersWithPagingAsync
    methods of the IPersistenceProvider.
  • 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

07 Nov 15:09
Compare
Choose a tag to compare

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 designer schemecode.

Workflow Engine 7.2.0

24 Oct 16:07
Compare
Choose a tag to compare

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 the IPersistenceProvider interface. That allows you to request global
    parameters with paging and searching by name.

Workflow Engine 7.1.4

12 Oct 12:09
Compare
Choose a tag to compare

Designer

  • Fixed calling custom activity onUpdate with incorrect argument value.

Documentation

  • Updated GitHub readme.