Workflow Engine 12.1.0
December 25, 2023
Overview
Workflow Engine 12.1.0 introduces the Active Directory plugin and includes updates in Designer, provider behavior, and plugin lifecycle contracts.
Why update
- Add integration support for Active Directory services.
- Fix provider query parameter handling in MSSQL.
- Get updated plugin lifecycle behavior with
Deactivatedsupport andOnPluginRemoveAsyncremoval.
Key features
- Added Active Directory plugin.
- Improved plugin lifecycle model with a base deactivation class and interface cleanup.
- Fixed MSSQL provider query parameter behavior.
Changelog
Update instructions
Update all Workflow Engine packages to 12.1.0.
Features
- Added a new plugin for working with Active Directory services. For more information, refer to ActiveDirectoryPlugin.
Enhancements
- Added base class
Deactivatedfor disabling plugins. - Removed
OnPluginRemoveAsyncfromIWorkflowPlugininterface.
Bug fixes
- Fixed a bug with query parameters in MSSQL provider.
- Fixed display of errors from custom activities in Designer.
Resources
- Plugin docs: ActiveDirectoryPlugin.