Releases: optimajet/WorkflowEngine.NET
Releases · optimajet/WorkflowEngine.NET
Workflow Engine 8.0.0
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
Core
- The
WorkflowRuntime.WithExpressionsCompilerOptions
method has been added to
allow customizing expression compilation. - Added setting
WorkflowRuntimeSettings.DisableMultipleProcessActivityChanged
to remove
repeatedOnProcessActivityChangedAsync
events. - Minor bug fixes.
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
Providers
- Added sort parameter for
LoadGlobalParametersWithNamesAsync
,LoadGlobalParametersAsync
andLoadGlobalParametersWithPagingAsync
methods of theIPersistenceProvider
. - 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
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 designerschemecode
.
Workflow Engine 7.2.0
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 theIPersistenceProvider
interface. That allows you to request global
parameters with paging and searching by name.
Workflow Engine 7.1.4
Designer
- Fixed calling custom activity onUpdate with incorrect argument value.
Documentation
- Updated GitHub readme.
Workflow Engine 7.1.3
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
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
- Fixed
Clone
method in theProcessDefinition
. - Small bug fix in the
designer
.
Workflow Engine 7.1.0
Designer
- The BPMN upload and download menu is now hidden by default (showBpmnMenu flag in designerConfig).
And other minor improvements and fixes.