IWS Release Notes - sprint 2.1 (IWS: 1.0.1.951)

Initially released to IWS Test on 20171128

sprint 2.1

Bug Fixes

IWS failing to complete Export to Excel

If Microsoft Excel is not installed in the user's computer, IWS would produce unclear error message.

The message text was corrected to clearly explain the reason of the problem.

This issue was tracked as Item IWS-153.

 

Allow to use custom record separator in “parsedataset” shape

The user could enter custom record separators and tag-value separators in ParseDataset shape, but some of the symbols were not supported by the XML documents.
IWS now allows any separator by properly using escape sequences for special symbols.

This issue was tracked as Item IWS-193.

 

.Index was out of Range Error in Element Reduction

The errors occurring at profile names parsing were not always handled correctly, and could lead to Index out of Range error.

the code was fixed to avoid the error.

This issue was tracked as Item IWS-209.

 

Values in Condition tab disappear after Refresh

Values in Condition tab would disappear after Refresh of EagleML model.

The code was modified to preserve the values.

This issue was tracked as Item IWS-217.

 

Issue with migration of IWS solutions

Some of the task files were excluded from solution for some reason. Possibly by mistake. Because of this The exported workflow was incomplete and did not work properly in the target region.

The following safeguarding features were added to avoid such situation:
1. Display additional warning on exclude action.
2. Single task files now can be excluded only in expert mode, in simple mode user can only exclude the entire task.

This issue was tracked as Item IWS-259.

 

There is no warning if invalid expression is entered.

In one specific situation it is possible to save invalid expression, which would later produce exception at run time.

This happens if in the destination object the expression tries to use complex object (such as Lookup or Data Query), but the parameter name after the object name is missing.

The code was updated to resolve this issue.

This issue was tracked as Item IWS-261.

Enhancements

Allow to move open tabs.

The user now can rearrange the open tabs by dragging them with mouse.

This issue was tracked as Item IWS-210