Skip to content

Releases: optimajet/WorkflowEngine.NET

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.

Workflow Engine 7.1.3

07 Oct 16:59
Compare
Choose a tag to compare

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

05 Oct 19:50
Compare
Choose a tag to compare

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

22 Sep 14:34
Compare
Choose a tag to compare
  • Fixed Clone method in the ProcessDefinition.
  • Small bug fix in the designer.

Workflow Engine 7.1.0

16 Sep 14:00
Compare
Choose a tag to compare

Designer

  • The BPMN upload and download menu is now hidden by default (showBpmnMenu flag in designerConfig).

And other minor improvements and fixes.