Workflow Engine 11.0.1
September 1, 2023
Overview
Workflow Engine 11.0.1 is a patch release focused on JSON formatting consistency in Designer.
Why update
- Ensure formatted JSON is always valid in Designer editors.
- Avoid issues caused by JSON5-based formatting output.
Key features
- Switched formatting flow to
JSON.stringify()in JSON editor and related places.
Changelog
Update instructions
- Update all Workflow Engine packages to 11.0.1.
Enhancements
- Standardized JSON formatting by using
JSON.stringify()instead ofJSON5.stringify()in JSON editor and related Designer areas.
Bug fixes
- Fixed JSON formatting behavior so formatted content is always valid JSON.