IWS Release Notes - Version 1.0.1.355
Initially released to IWS Test on 20150219
Enhancements
Initial Introduction of Debug Tab
A new Debug Tab has been added to IWS. If you click on this tab, currently one option shows in the toolbar, Open Monitoring Tool. If you have a solution open and click on the Open Monitoring Tool icon, the Monitoring Tool will open in a separate window. The tool will filter on your solution and show what has run only for this workflow. IWS Debug capabilities are still being worked on. This initial small step was actually introduced into IWS a few releases ago but was not mentioned in earlier release notes because it was still a work in progress. However, since you can see this option, we are including it now in the release notes. While there is no harm in clicking the Open Monitoring Tool icon in its current state, please be aware that this feature is still being enhanced.
This issue was tracked as Item #127519.
Software Fixes
Invalid Overwrite Warning When No Mappings Exist
You could receive an overwrite warnings popup dialog when updating a translator source or destination object when there were no mappings yet. This warning was invalid, as the warning should only appear if the mapping already exist. The code was updated to no longer display this warning if there is no mapping already set.
This issue was tracked as Item #124346.
Warning When Canceling During File Download
If you clicked on cancel during the download of files, you would get a incorrect warning asking 'Do you want to remove references?'. The code was updated to resolve this issue and this incorrect warning will no longer be displayed.
This issue was tracked as Item #124757.
Minor Issues Around Existing Tasks List
Tasks added from the Existing Tasks List did not display their stream property. The code was updated so that the stream information is now shown. Also, if you open an existing task, the Add Task option is no longer an option.
This issue was tracked as Item #124800.
Potential Issue with Several Tasks Launching Simultaneously When Not Intended
To prevent several tasks from launching simultaneously in the case of several files coming to the task, a new task property of 'Single Incoming File Only' was added. You should check this property when running a task which should receive only one file.
This issue was tracked as Item #127145.
Issues Editing Object Expressions
In some cases, a double click was not always handled properly for Control Objects and Special Objects. In addition, there were several UI display issues for the expressions edit window. The content was not updated when the focus was changed. The code was updated to resolve these issues.
This issue was tracked as Item #127326.