Workflow Engine 13.3.0
August 7, 2024
Overview
Workflow Engine 13.3.0 introduced ProcessDefinitionBuilder, centralized package management, and Designer API extensibility.
Why update
- Start using
ProcessDefinitionBuilderfor schema construction from code. - If you use
RealTimeTrackingPlugin, this release resolves a runtime exception issue. - Get additional stability fixes in Designer and
BasicPlugin.
Key features
- Added
ProcessDefinitionBuilder. - Added capability to extend Designer API.
- Introduced centralized package/dependency management.
Changelog
Update instructions
Update all Workflow Engine packages to 13.3.0.
Features
- Added
ProcessDefinitionBuilder. - Added capability to extend the Designer API.
Enhancements
- Introduced centralized package management with
Directory.Build.propsandDirectory.Packages.props. - Upgraded
Newtonsoft.Jsonfrom13.0.1to13.0.3.
Bug fixes
- Fixed typo in Transition Edit Form in Designer.
- Resolved
RealTimeTrackingPluginexception issue. - Fixed incorrect type in
HttpRequestActivitywithinBasicPlugin.
Resources
ProcessDefinitionBuilderdocumentation: Creating a workflow schema using code.