I have a simple WebMethods user task which has some simple string data and also a document list in the input document. This document list has 4 fields.
The task view has fields for the strings and an aysnc table for the document list to which I have added a 'Add Row' table button.
The problem is the data. Any existing rows that are edited are reflected in the pipeline after the task has been completed but if I add a new row along with values, then the new row is ignored. I have bound the data directly to the table and also tried a content provider to handle the data but neither method passes the updated table data to the output.
Thanks Rich