Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

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 Deactivated support and OnPluginRemoveAsync removal.

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 Deactivated for disabling plugins.
  • Removed OnPluginRemoveAsync from IWorkflowPlugin interface.

Bug fixes

  • Fixed a bug with query parameters in MSSQL provider.
  • Fixed display of errors from custom activities in Designer.

Resources