Skip to content

Workflow Engine 14.1.0

Compare
Choose a tag to compare
@optimajet optimajet released this 20 Sep 14:27
· 6 commits to master since this release

Core

  • Fixed an issue where subprocess parameter values were being overwritten by default values of parameters defined in the schema. Now, parameters are no longer initialized with default values when creating a subprocess. If you previously relied on this behavior, you will need to update your existing schemas or set the WorkflowRuntimeSettings.ObsoleteSubprocessParametersInitializationBehavior option totrue. This setting will only affect parameters that are not copied when using the CopySpecified, IgnoreSpecified ot IgnoreAllpolicy. When using the CopyAll policy, parameters will be copied from the parent process, making initialization unnecessary. Overwriting these parameters was a bug and not considered as breaking changes.
  • The GetProcessInstancesAsync method for the MongoDB provider has been fixed. Sorting and paging now work correctly.
  • The GetSchemesAsync method has been corrected, and tag lists are now generated properly. Sorting and paging for the MongoDB provider have also been fixed.
  • The GetTopTimersToExecuteAsync method now throws an exception when the top argument is less than 0. The handling of this argument for the MongoDB provider has also been fixed.

Designer

  • webpack has been updated to version 5.94.0.
  • axios has been updated to version 1.7.4.