Releases: optimajet/WorkflowServer
Releases · optimajet/WorkflowServer
Workflow Server 6.1.0
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
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 version2.0.6
to2.0.7
.cookie
has been updated from version0.6.0
to0.7.1
.express
has been updated from version4.21.0
to4.21.1
.
Workflow Server 5.3.0
Features
- Workflow Engine has been upgraded to version 14.1.0, refer to
the release notes for more information. Node
has been updated to version20.17.0
.
Dependencies
serve-static
has been updated from version1.15.0
to1.16.2
.micromatch
has been updated from version4.0.5
to4.0.8
.webpack
has been updated from version5.76.0
to5.94.0
.
Workflow Server 5.2.3
Bug Fixes
- Fixed a visual glitch in plugin settings behavior after a page refresh.
- Fixed an issue where the
uploadScheme
method inDesignerApi
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
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
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
Dependencies
- The
braces
dependency has been updated from version3.0.2
to3.0.3
. - Updated
ws
from version7.5.9
to7.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
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
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 to3.1.32
. - The
microsoft/signalR
library has been updated from3.1.9
to8.0.0
. - The
IdentityServer4
library has been updated from4.1.1
to4.1.2
. - The
react-virtualized
library has been updated from9.22.3
to9.22.5
.
Bugfixes
- Fixed a typo
Exeptions
in the JSON error message.
Workflow Server 4.0.0
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
andpostcss
due to discovered vulnerabilities in these packages.