views:

119

answers:

1

I'm using InfoPath forms as the frontend to my SharePoint workflow tasks. Some of these InfoPath forms have a particularly complex schema (main data source) to the extent that taskChanged_AfterProperties.ExtendedProperties[node/group name] is impractical. I can receive XML fragments of everything contained within a group through ExtendedProperties but I would rather like to receive the entire xml document for the instance of the task form. How would I go about doing this?

A: 

Hi Dan,

Take a look at this blog post of mine.

the code queries an infopath to bring value back using xpath and changes the value. But you could adapt it just to being back the value.

http://www.qualitysharepoint.com/2009/03/update-infopath-form-from-workflow.html

Kind Regards

Chris Jones

Chris Jones
Not quite what I was after but thanks for the post all the same, I've commented some observations on the post. I want to access the full xml of a completed workflow task form, not a forms library form.
Dan Revell