Workflow Engine 5.2.3
March 2, 2022
Designer
- The
Nameparameter will now be determined after theUploadAsyncandUploadBPMNAsyncmethods are executed. - Fixed an issue where keyboard shortcuts did not work in Firefox.
- Fixed issue with endless loading of logs. Fixed problem with loading fonts from Google CDN.
Core
- Pre-Execution mode now has an infinite loop protection mechanism. Use
WorkflowRuntimeSettings.MaxPreExecutionTransitionsto define the maximum number of transitions during pre-execution. - Added an
ClearApproversaction in the Basic plugin to reset the parallel approval. See also Basic plugin API. - Added the ability to use LINQ in
Expressions. - Fixed an issue with parallel approval in the Basic plugin ((ArgumentNullException) Value cannot be null. (Parameter 'key')).