Skip to content

Workflow Engine 17.2.0

Compare
Choose a tag to compare
@optimajet optimajet released this 19 Jun 14:13
· 4 commits to master since this release

Core

  • Added a persist parameter to the SetActivityWithExecutionAsync method. You can now pass implicit parameters with the persistence storage type.
  • Introduced the OverrideRuleProvider method in the base plugin to allow overriding the plugin’s rule provider implementation.
  • Added the GetApproverIdentityId delegate to the Parallel Approvers mechanism in the base plugin. This allows customizing how the IdentityId is retrieved based on the FillApproversUsers action parameter.
  • Added the RequiredApprovalsNumber setting to the Parallel Approvers mechanism in the base plugin. This allows specifying the number of approvals required to complete parallel approval.
  • Fixed a NullReferenceException caused by the FillApproversRoles action in the Parallel Approvers mechanism of the base plugin.

Providers

  • PostgreSQL now supports creating a version history table in a schema other than public when using automatic migrations.
    To do this, specify the desired schema in the provider arguments.

Designer

  • Fixed an issue where data in custom activities was not displayed when opening the form.