Modification_Format Element (Workflow)

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, Windows SharePoint Services loads and displays the matching modification form. This element represents input data that Windows SharePoint Services 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 Office SharePoint Server 2007
InfoPath Forms for Workflows
Specifying InfoPath 2007 Forms for Workflows