Modification_GUID_FormURN Element (Workflow)

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 Office InfoPath 2007 workflow modification forms are server-side forms only. They are not displayed in the 2007 Microsoft Office system client applications, even if they were designed as symmetrical forms in Office InfoPath 2007.

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 Office SharePoint Server 2007, that includes an Office Forms Services Web Part to host the Office InfoPath 2007 workflow modification form.

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

Use the Modification_GUID_Name element to specify the name of the modification. Windows SharePoint Services displays this name as the link text for the modification link on the workflow status page.

Example

The following example specifies Office InfoPath 2007 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 Office SharePoint Server 2007
InfoPath Forms for Workflows
Specifying InfoPath 2007 Forms for Workflows