I am trying to update a number of the nodes in the K2InfoPathSchema xml field in an ASP.net page. Something like this:
.Value = infopathValue;
k2Wli.Finish();
k2Con.Close();
If I debug the page and look at the value infopathValue variable prior to calling Finish() the nodes are populated with the new values. The values however are never updated in K2 and the process continues as if they were blank. Checking the xml through WorkSpace also shows the values as blank.
Any idea why the Process xml isn't being update.
Cheers
