ExtendedStatusColumnValues Element (Workflow)

Applies to: SharePoint Foundation 2010

Contains a collection of custom workflow status column values.

<ExtendedStatusColumnValues/>
</ExtendedStatusColumnValues>

Attributes

Attribute

Description

None

Child Elements

StatusColumnValue Element (Workflow)

Parent Elements

MetaData Element (Workflow)

Occurrences

Minimum: 0

Maximum: 1

Remarks

This element contains a collection of StatusColumnValue elements, each of which represents a single custom status column value.

Example

The following example specifies three custom workflow status column values: Canceled, Approved, and Rejected.

<MetaData>
…
  <ExtendedStatusColumnValues>
    <StatusColumnValue>Canceled</StatusColumnValue>
    <StatusColumnValue>Approved</StatusColumnValue>
    <StatusColumnValue>Rejected</StatusColumnValue>
  </ExtendedStatusColumnValues>  
</MetaData>

See Also

Concepts

Workflow Deployment Using Features

Workflow Definitions

Other Resources

Workflows in SharePoint Foundation