You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.