Skip to content

Releases: optimajet/WorkflowEngine.NET

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.

Workflow Engine 7.0.0

30 Aug 11:29
Compare
Choose a tag to compare

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.