Skip to content

Releases: optimajet/WorkflowServer

Workflow Server 6.1.0

15 Nov 12:13
Compare
Choose a tag to compare

Features

  • BPMN Plugin: added WorkflowEngine.NETCore-BpmnPlugin. This plugin enables the import of bpmn schemes.
  • Fixed an issue where the install and uninstall service scripts fail.
  • Fixed an issue causing an unnecessary page reload when opening schemes in Workflow/Manage Schemes page.

Workflow Server 6.0.0

08 Nov 11:17
Compare
Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 16.1.0, refer to the release notes for more information.

Dependencies

  • http-proxy-middleware has been updated from version 2.0.6 to 2.0.7.
  • cookie has been updated from version 0.6.0 to 0.7.1.
  • express has been updated from version 4.21.0 to 4.21.1.

Workflow Server 5.3.0

24 Sep 11:18
Compare
Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 14.1.0, refer to
    the release notes for more information.
  • Node has been updated to version 20.17.0.

Dependencies

  • serve-static has been updated from version 1.15.0 to 1.16.2.
  • micromatch has been updated from version 4.0.5 to 4.0.8.
  • webpack has been updated from version 5.76.0 to 5.94.0.

Workflow Server 5.2.3

21 Aug 13:48
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a visual glitch in plugin settings behavior after a page refresh.
  • Fixed an issue where the uploadScheme method in DesignerApi could throw an exception.
  • Fixed an issue causing WorkflowServer to have prolonged startup times in developer mode.
  • Fixed an issue where CodeAction might not save correctly in developer mode.
  • Fixed an issue where RealTimeTrackingPlugin failed to initialize in developer mode.

Workflow Server 5.2.2

09 Aug 11:04
Compare
Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 13.3.0, refer to the release notes for more information.

Bug Fixes

  • Fixed an issue occurring during the creation of CodeAction in Developer Mode.

Workflow Server 5.2.1

30 Jul 08:48
Compare
Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 13.2.2, refer to the release notes for more information.

Bug Fixes

  • Fixed errors occurring during report generation on PostgreSQL, MySQL, and MongoDB.
  • Fixed an issue caused by attempting to delete all processes on an incomplete page.
  • Added the Real Time Tracking Plugin name to the localization.
  • Fixed an issue where the Real Time Tracking Plugin was not initializing.
  • Fixed an issue with prolonged loading of the "Manage instances" page.

Workflow Server 5.2.0

27 Jun 17:06
Compare
Choose a tag to compare

Dependencies

  • The braces dependency has been updated from version 3.0.2 to 3.0.3.
  • Updated ws from version 7.5.9 to 7.6.10.

Features

  • Workflow Engine has been upgraded to version 13.2.1, refer to the release notes for more information.
  • New Migrator tool: introduced WorkflowEngine.NETCore-Migrator. The database update method has been changed to use the mechanism from WorkflowEngine.
  • Real-Time Tracking Plugin: added WorkflowEngine.NETCore-RealTimeTrackingPlugin. This plugin enables real-time tracking of process states.

Workflow Server 5.1.0

23 Feb 15:00
Compare
Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 12.2.0, refer to the release notes for more information.

Bugfixes

  • Callback API now correctly displays enabled or disabled status.

Workflow Server 5.0.0

01 Feb 14:36
Compare
Choose a tag to compare

Breaking changes

  • WorkflowEngine has been updated to version 12.1.1, refer to the release notes for more information.
  • WorkflowServer has been updated to .NET 8.

Features

  • Added documentation for the Workflow API response.
  • Added the ability to add custom HTTP headers for admin and frontend servers.
  • Added the ability to register your own services in a DI container.
  • Added a Create an instance icon in the designer.

Dependencies

  • The Microsoft.AspNetCore.Authentication.JwtBearer library has been updated to 3.1.32.
  • The microsoft/signalR library has been updated from 3.1.9 to 8.0.0.
  • The IdentityServer4 library has been updated from 4.1.1 to 4.1.2.
  • The react-virtualized library has been updated from 9.22.3 to 9.22.5.

Bugfixes

  • Fixed a typo Exeptions in the JSON error message.

Workflow Server 4.0.0

20 Oct 09:44
Compare
Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 11.0.1, refer to the release notes for more information.
  • Added SchemeCode, ActivityName, and StateName filter parameters to the WorkflowAPI getinstances method.

Breaking changes

  • The resume WorkflowAPI method no longer returns the processDefinition domain object.
  • Added a new CalendarName column to the WorkflowProcessInstance table. Use the following SQL script to update the database:

Bug fixes

  • Updated NPM packages @babel/travers and postcss due to discovered vulnerabilities in these packages.