views:

57

answers:

0

I have an InfoPath task form sitting on top of a State Machine workflow. The form works perfectly and I send quite a bit of data to using the ItemMetadata xml object. Everything works perfectly and my form properly picks up an ItemMetadata ows_ViewToUse value and switches to the view of my choice. Unfortunately, if somebody opens the form and clicks my cancel button (I ignore the cancel serverside) , the second time they open the form I'm not getting my ows_ViewToUse (ar any other ItemMetadata).

If Anybody who has any insight on why I would lose this data the second time around I would greatly appreciate it. Pre-emptive answers: no, the task is not completed; no, I have not created another task; no, the task is not modified upon click of the cancel button (which I curently ignore).