edoras one - Release Notes

Version 1.5.0.S83


Hello everyone

CLD 1.5.0.S83 of edoras one is now available:
https://confluence.edorasware.com/display/EDWDEV/CLD+1.5.0.S83

Release 1.5.0.S83 announces following new features:

  • New backend function addToMap allows to add new item to the map. One of many use cases of addToMap function is update of current item in the loop.
  • Comment process model element was extended to support adding comments to the arbitrary variable.
  • Terminate end event process element allows to specify the type of archive action to take. There are all 4 possibilities supported (do not archive, archive case, case and documents, case and all children).
  • The upgrade to the latest aspose libraries gave us opportunity to add support of powerpoint documents conversion to PDF.
  • Custom properties on all CMMN PlanItemDefinition based elements.

Except of new features the release removes obsolete properties from definitions. The removal reduces volumes of stored data.

Regards, edoras one team

High-level Goals

  • Add possibility to update field of current CollectionElement in loop
  • Add possibility to add comments to an arbitrary variable
  • Allow options to archive the top most parent case
  • Upgrade Aspose to the latest library versions
  • Custom properties on all CMMN PlanItemDefinition based elements
  • Remove redundant process attributes

Migration Notes

  • Terminate end event default archive type behavior has changed. Before 1.5.0.S83 the default value was archive case and all children. The current default behavior is do not archive.
  • Rest end point for PUT /frontendObjects/{type}/{objectId} has changed. ObjectId is mandatory and must correlate with frontendWorkObject id in the request body.
  • In the vis-rest-config.xml add a new bean declaration with the id 'propertiesHandler' and the class com.edorasware.palette.handler.PropertiesHandler

Limitations

  • None