Modification_Format Element (Workflow) - ECM

Applies to: SharePoint Server 2010

In this article
Attributes
Child Elements
Parent Elements
Occurrences

Specifies input data that is passed to any workflow modification forms when they are loaded.

<Modification_Format/>
</Modification_Format>

Attributes

Attribute

Description

None

Child Elements

None.

Parent Elements

MetaData

Occurrences

Minimum: 0

Maximum: 1

Remarks

This element can contain any valid XML, and represents the data passed to all modification forms in the workflow. Each modification form must parse the data as necessary.

When a user clicks the modification name on the workflow status page, SharePoint Foundation loads and displays the matching modification form. This element represents input data that SharePoint Foundation passes to that modification form.

You can have multiple modifications and modification forms for a given workflow.

Example

The following example specifies the modification data to pass to all modification forms for the workflow. In this example, the element specifies two namespaces and passes an empty data node.

<Modification_Format>
  <my:myFields xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:my="http://schemas.adventureworks.com/workflows/myXSD">
    {0}
  </my:myFields>
</Modification_Format>

See Also

Concepts

Workflows in SharePoint Server 2010 (ECM)

InfoPath Forms for Workflows (ECM)

Using Microsoft InfoPath 2010 Forms for Workflows (ECM)