Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-19 | 1.1 kB | |
Workflow Engine 17.2.0 source code.tar.gz | 2025-06-19 | 30.4 MB | |
Workflow Engine 17.2.0 source code.zip | 2025-06-19 | 32.3 MB | |
Totals: 3 Items | 62.7 MB | 2 |
Core
- Added a
persist
parameter to theSetActivityWithExecutionAsync
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 theIdentityId
is retrieved based on theFillApproversUsers
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 theFillApproversRoles
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.