Skip to main content

Enactor Tools - Version 1.3.467

Release Date - Aug 6,2024

Overview

This release includes few CRs and bug fixes related to Application Process Editor.

Deliverables and Versions

Enactor ToolsVersion: 1.3.467
Eclipse2024-6
Java (Eclipse Launch)  21
OSMac 13.0.1,   Ubuntu - 18.04.6 LTS,   Windows - 11

IMPORTANT

  • Add the following parameter to eclipse.ini if it does not exist:

--add-opens=java.base/java.lang=ALL-UNNAMED

IMPORTANT

  • If you are using Ubuntu 22 or above and have issues with Enactor Tools not working properly Go to /etc/gdm3/custom.conf and uncomment below line.

  • WaylandEnable=false

IMPORTANT

  • If you prefer to use a dark theme for Eclipse for better user experience we recommend to use the Darkest Dark Theme

  • Go to Help → Eclipse Marketplace

  • Find Darkest Dark Theme

  • Install

Marketplace

Changes

RefSummary
DT-510Add Extension Actions section to Process Editor Palette to Support Adding Extensions
DT-429Have the ability to Refactor a Call Process as an extension

Bug Fixes

RefSummary
DT-597Enactor tools Editor for documentTemplate is not working
DT-479Maintenance Application - Page Definition App not getting generated properly

Notes

Add End Process & Stop Extension Linking Action to Palette

A new section is added to the Palette as Extension Actions and have moved Call Extension Point action and have newly added End Process and Stop Extension Linking Action under that.

ExtensionProcessPalette

End Process and Stop Extension Linking Action - This action would be similar to an End Process Action with an additional StopExtensionLinking input and parameter.

Refactor a Call Process/Action as an extension

Now you have the ability to refactor a Call Process/Action as an Extension Process.

ExtensionProcessPalette

When the actions are selected and choose the option to refactor as an Extension Process, the actions are moved to the newly defined process and the process is registered in the Packages.xml.

When Extension Point Wizard is updated, the current process is updated with callExtensionPointAction with the user given extension Id and the extension is registered in the Packages.xml.

RefactorExtension