Modification_GUID_FormURN Element (Workflow) - ECM
Applies to: SharePoint Server 2010
In this article
Attributes
Child Elements
Parent Elements
Occurrences
Represents the URN of the form used to modify a running workflow, where GUID represents the actual GUID of the modification.
<Modification_GUID_FormURN>
</Modification_GUID_FormURN>
Attributes
Attribute |
Description |
---|---|
None |
Child Elements
None. |
Parent Elements
MetaData |
Occurrences
Minimum: 0 Maximum: 1 |
Remarks
Microsoft InfoPath 2010 workflow modification forms are server-side forms only. They are not displayed in the Microsoft Office 2010 client applications, even if they were designed as symmetrical forms in InfoPath 2010.
To specify a modification form, you must first set the ModificationId property of the EnableWorkflowModification activity to the GUID you generated for your modification form.
Next, set the ModificationUrl attribute of the Workflow element to the following value:
ModificationUrl="_layouts/ModWrkflIP.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 modification form.
For more information about using an InfoPath 2010 form for a workflow initiation form, see Workflow Modification Forms in SharePoint Server 2010 (ECM).
Use the Modification_GUID_Name element to specify the name of the modification. SharePoint Foundation displays this name as the link text for the modification link on the workflow status page.
Example
The following example specifies InfoPath 2010 modification forms for two modifications included in the workflow.
<MetaData>
…
<Modification_af71f77b-e6c8-483a-acbf-30b4a84bd209_FormURN>urn:schemas-adventureworks-com:workflow:ReviewRouting-Modify</Modification_af71f77b-e6c8-483a-acbf-30b4a84bd209_FormURN>
<Modification_af71f77b-e6c8-483a-acbf-30b4a84bd209_Name>$Resources:ReviewApproval_AddApprover</Modification_af71f77b-e6c8-483a-acbf-30b4a84bd209_Name>
<Modification_27f914ae-3112-493d-86cf-43dc93870418_FormURN>urn:schemas-adventureworks-com:workflow:ReviewRouting-UpdateTasks</Modification_27f914ae-3112-493d-86cf-43dc93870418_FormURN>
<Modification_27f914ae-3112-493d-86cf-43dc93870418_Name>$Resources:ReviewWorkflow_UpdateTasks</Modification_27f914ae-3112-493d-86cf-43dc93870418_Name>
</MetaData>
See Also
Concepts
Workflows in SharePoint Server 2010 (ECM)