IWS Release Notes - Version 1.0.1.396

Initially released to IWS Test on 20150513

Enhancements

IWS Now Uses Microsoft .NET 4.5 

IWS has been upgraded to use Microsoft .NET Framework 4.5. This change was made to align with Eagle's core software, in 2015R2 the New UI upgraded to 4.5. If you do not currently have .NET4.5, you will need to download it made in order to access IWS v1.0.1.393 or higher. As of May 13, v1.0.1.393 is now on the IWS Production tools site. You will need to perform a one-time action of uninstalling and reinstalling IWS (tools.eagleaccess.com). You should uninstall using Control Panel > Uninstall a program.

To reinstall, you will need to use the new URL for the IWS Tools site: https://tools.eagleaccess.com/iws45/.
This issue was tracked as Item #124965. 


Expression Editing Features in Generic Extract Properties Form 

Expression editing features were added to the Generic Extract properties form. Text fields now have an Expression mode toggle button that allows you to use Message Center syntax text check, word completion feature and automatic character escaping.
This issue was tracked as Item #129662. 


Workflow Validation Feature Added 

A new workflow validation feature was introduced. This initial release of the validation includes check for missing connections between most Events, Activities and Gateway objects. A warning message with a cancel option will be displayed when saving or exporting invalid workflow.
This issue was tracked as Item #129938.

Software Fixes

EagleML Enhancements not Viewable in Existing Workflow 

The latest EagleML additions were not being displayed in existing IWS solutions. This issue occurred even though IWS referenced the XSD that included these changes. The code was updated to address this issue. In an existing workflow, to see new fields, you will just need to go to the destination grid and select the Set Destination on the bottom left corner and then reselect the specific EagleML (for example EagleML-2-0, SMF, Generic SMF). This action will then bring in the latest additions. Your existing mapping with not be affected by this action and the new fields will be available to map.

  • If you do have expressions from optional EagleML models, the model must be in an expanded state before updating. If it is an a collapsed state, duplicate expressions may appear. (This is a known issue that is being addressed in an upcoming release, tracked under #130217.)

  • Eagle plans in a future release to simplify this process further by adding a Refresh button.

This issue was tracked as Item #130233.


Object Size Was Not Saved

If you changed the width or height of a resizable object, it could be reset to the default size after re-opening the translator. The code was updated to resolve this issue and the objects' sizes are now saved with solution.
This issue was tracked as Item #130110. 


Issue Detecting SubProcesses

IWS did not always properly detect the subprocess type. This gap could cause issues with the workflow script files. The code was updated to detect Message Center based processes, set the correct type for added subprocess and create the appropriate the workflow script files.
This issue was tracked as Item #130075.