...
Simplifying Header and Footers Handling
Enhancements have been made in IWS to simplify the handling of header and footers. For Delimited or TagValue source formats, you can read information from headers or footers now by simply enabling the 'Parse info from header lines' and 'Parse info from footer lines' checkboxes in the Task Format form and dragging the new 'ReadHeader' and 'ReadFooter' objects to the worksheet. You can also create headers or footers for Delimited or TagValue result message using 'MakeHeader' and 'MakeFooter' objects. These new objects can be found in the Special objects ToolBox section.
This issue was tracked as Item #123933.
...
If you had a workflow that had a decision control object and its next step in the workflow was a fork, IWS would generate an invalid workflow (.wrf) file. The code was updated to resolve this issue. IWS now properly handles this condition.
This issue was tracked as Item #126513.