Skip to content

Workflow Engine 16.2.0

Compare
Choose a tag to compare
@optimajet optimajet released this 10 Dec 19:06
· 1 commit to master since this release

Core

  • Fixed an issue in the MongoDB provider where GenerateAsync incorrectly threw InvalidOperationException instead of SchemeNotFoundException.
  • Fixed an issue in the MongoDB provider where GetProcessInstancesCountAsync returned an incorrect value.
  • Fixed an issue in the MongoDB provider where GetSchemesCountAsync worked incorrectly.
  • Fixed an issue in the Oracle provider where SetSchemeIsObsolete worked incorrectly.
  • Fixed an issue where the runtime logger did not capture inner exceptions.
  • Fixed an issue where process exceptions set the state to Idle instead of Terminated.
  • Fixed logging issues when parameters were null.

Designer

  • The http-proxy-middleware dependency has been updated to version 2.0.7.
  • The cross-spawn dependency has been updated to version 7.0.6.

Plugins

  • Added DisableApprovalHistory and DisableInbox flags to the ApprovalPlugin to disable approval history creation and inbox table population, respectively.
  • Added AllowedActorsFilter filter to the ApprovalPlugin to filter the list of actors available for approval.