Workflow Engine 16.2.0
December 10, 2024
Overview
Workflow Engine 16.2.0 delivers broad bug-fix coverage across providers and runtime behavior, plus new ApprovalPlugin options.
Why update
- Get security fixes included in updated Designer-NPM dependencies.
- Fix multiple MongoDB and Oracle provider issues.
- Improve exception and logging behavior in runtime.
- Add new ApprovalPlugin settings for inbox/history control and actor filtering.
Key features
- Added
DisableApprovalHistoryandDisableInboxflags toApprovalPlugin. - Added
AllowedActorsFiltertoApprovalPlugin. - Fixed multiple provider and runtime stability issues.
Changelog
Update instructions
Update all Workflow Engine packages to 16.2.0.
Features
- Added
DisableApprovalHistoryandDisableInboxflags inApprovalPlugin. - Added
AllowedActorsFilterinApprovalPlugin.
Enhancements
- Updated Designer-NPM dependencies:
http-proxy-middleware2.0.6to2.0.7,cross-spawn7.0.3to7.0.6.
Bug fixes
- Fixed MongoDB provider behavior in
GenerateAsyncexception type. - Fixed MongoDB provider behavior in
GetProcessInstancesCountAsync. - Fixed MongoDB provider behavior in
GetSchemesCountAsync. - Fixed Oracle provider behavior in
SetSchemeIsObsolete. - Fixed runtime logger missing inner exceptions.
- Fixed an issue where process exceptions set the state to
Idleinstead ofTerminated. - Fixed runtime logging when parameters are
null.
Resources
- Approval Plugin: Approval Plugin.
- Approval Plugin API: Approval Plugin API.
Security
- Updated
cross-spawnfrom7.0.3to7.0.6in Designer-NPM dependencies, including the fix for CVE-2024-21538 (GHSA-3xgq-45jj-v275); affected range includes versions>=7.0.0and<7.0.5, fixed in7.0.5. - Updated
http-proxy-middlewarefrom2.0.6to2.0.7in Designer-NPM sample dependencies, including the fix for CVE-2024-21536 (GHSA-c7qv-q95q-8v27); affected range includes versions<2.0.7, fixed in2.0.7.