Initially released to IWS Test on 20141008
Software Fixes
Unexpected Quote in Stream Name When Exporting PRF Workflow to Message Center
After exporting a PRF workflow to Message Center, in the expression column the stream name incorrectly contains a single quote after it. This single quote results in the workflow not work correctly, as it is trying to find a stream name actually containing the single quote. The code was updated to resolve this issue. The quote has been eliminated.
This issue was tracked as Item #123409.
...
There was an issue in IWS that could result in duplicate node and mapping. The following steps may reproduce this issue:
In IWS, create or open a translator or XSLT translator worksheet
Populate the destination grid
Open one of collapsed nodes and do a mapping
Then collapse and expand this node quickly
The node and mapping may then be duplicated. The code was updated to resolve this issue.
This issue was tracked as Item #123624.