Instantiation_FormURN Element (Workflow) - ECM

Applies to: SharePoint Server 2010

In this article
Attributes
Child Elements
Parent Elements
Occurrences

Specifies the URN of the Microsoft InfoPath 2010 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 InfoPath 2010 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 SharePoint Server 2010, that includes an Office Forms Services Web Part to host the InfoPath 2010 workflow initiation form.

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

Example

The following example specifies a custom InfoPath 2010 workflow initiation form.

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

See Also

Concepts

Workflows in SharePoint Server 2010 (ECM)

InfoPath Forms for Workflows (ECM)

Using Microsoft InfoPath 2010 Forms for Workflows (ECM)