Skip to main content

Enactor Tools - Version 1.3.459

Release Date - June 6,2024

Overview

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

Deliverables and Versions

Enactor ToolsVersion: 1.3.459
Eclipse2024-3
Java (Eclipse Launch)  17
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-446Allow to copy/paste ( “save as” ) Application Processes from JARS
DT-155Add Complexity validation in Processes
DT-140Add support for FocusOrderProperty in PageDef Editor

Bug Fixes

RefSummary
DT-463When we add two mappings as react route mappings with the same prefix the indexing does not work properly
DT-455Cannot edit Query Params using Process Connections Diagram
DT-447Defined State Parameters with no matching input does not warn
DT-135Moving a process does not cancel properly

Notes

Complexity Validation in Processes

With this release onward, the Complexity of processes are validated.

The complexity validator displays a warning whenever the number of actions, states or links in an application process exceeds a certain threshold. By default, if a process has more than 10 states, 50 actions, or 100 links, warnings will be shown for the Application process.

Therefore if there's any warning for the complexity, the developer should make sure to refactor the process by creating sub processes.

Validation

The default limits are as below and if you want, you can change the limits from Eclipse Preferences.

Window → Preferences → Enactor Development → Editor Preferences → Process Editor → Validation

Preferences

Support for FocusOrderExpression property in PageDef Editor.

You can now edit FocusOrderProperty of page elements within the Page Definition Designer.

FocusOrder

Copy/paste ( “save as” ) option allowed on Application Processes from JARS

From this version onward, Application processes inside jars can be copy/paste from package explorer using the Enactor Menu.

1. Copy from the jars

Copy

2. Paste

( Process ID is getting changed according to the chosen folder to paste. )

Paste