Modification_GUID_Name Element (Workflow)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Represents the name of the modification form, where GUID represents the actual unique identifier assigned to the modification form.
<Modification_GUID_Name>
</Modification_GUID_Name>
Attributes
Attribute |
Description |
---|---|
None |
Child Elements
None. |
Parent Elements
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
Concepts
Workflow Deployment Using Features