Workflowing an InfoPath form

Posted by Donaldinio on Stack Overflow See other posts from Stack Overflow or by Donaldinio
Published on 2009-03-04T14:17:00Z Indexed on 2010/03/16 21:01 UTC
Read the original article Hit count: 204

Filed under:
|

I have an InfoPath form that requires workflow. The form is build from a cXML schema in BizTalk,then dropped into a forms library for workflow. The user opens the infopath form, reviews and picks one of several options: re-submit, archive, escalate, etc.

My question is how best to workflow this? Do you have the buttons on the form update a status/action field, and have the workflow listen for an onChange event?

Can you update a property on the library, that is not a field on the form? for example, if status is not part of the form schema, but is a column on the document library.

How do ye typically do this?

thanks.

© Stack Overflow or respective owner

Related posts about infopath

Related posts about Workflow