Modification_GUID_Name Element (Workflow)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents the name of the modification form, where GUID represents the actual unique identifier assigned to the modification form.

Definition

<Modification_GUID_Name>
</Modification_GUID_Name>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

None

Parent elements

MetaData Element (Workflow)

Occurrences

Minimum: 0

Maximum: 1

Remarks

The modification name is displayed as the link text for the modification link on the workflow status page.

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. You can have multiple modifications available in your workflow; you must assign each modification a unique identifier.

Example

The following example specifies a modification name of Add a New Reviewer. This link text is displayed for this modification on the workflow status page.

    <Modification_af71f77b-e6c8-483a-acbf-30b4a84bd209_Name>
      Add a New Reviewer
    </Modification_af71f77b-e6c8-483a-acbf-30b4a84bd209_Name>

See also