Share via


Instantiation_FormURN Element (Workflow)

Specifies the URN of the Microsoft Office InfoPath 2007 form to use to initiate the workflow.

<Instantiation_FormURN>
</Instantiation_FormURN>

Attributes

Attribute Description

None

Child Elements

None.

Parent Elements

MetaData

Occurrences

Minimum: 0

Maximum: 1

Remarks

To specify an Microsoft Office InfoPath 2007 form as the workflow association form, you must first set the value of the InstantiationURL attribute of the Workflow element to the following value:

InstantiationUrl="_layouts/IniWrkflIP.aspx"

This is an .aspx page, included with Microsoft Office SharePoint Server 2007, that includes an Office Forms Services Web Part to host the Office InfoPath 2007 workflow initiation form.

For more information about using an InfoPath form for a workflow initiation form, see Workflow Association and Initialization Forms (Office SharePoint Server 2007).

Example

The following example specifies a custom Office InfoPath 2007 workflow initiation form.

<MetaData>
  …
  <Instantiation_FormURN>urn:schemas-adventureworks-com:workflow:ReviewRouting-Init</Instantiation_FormURN>
  …
</MetaData>

See Also

Concepts

Workflows in Office SharePoint Server 2007
InfoPath Forms for Workflows
Specifying InfoPath 2007 Forms for Workflows