VariableType Element (WorkflowInfo)

Applies to: SharePoint Foundation 2010

Specifies a type that can be used for local variables in the workflow.

<VariableTypes>
    <VariableType>    </VariableType>
</VariableTypes>

Attributes

Attribute

Description

Type

Required text. Specifies the variable type name.

DisplayName

Required text. Specifies the display name of the type.

Assembly

Optional text. Specifies the binary file that defines the class specified by Type.

CoercionActivity

Required text. Identifies a class that can convert values of any type into the type specified by Type.

Default

Optional Boolean. true to use this type as the default variable type; otherwise, false.

ItemIdType

Optional Boolean. true to use this type as the type for identifying list items in lists; otherwise, false.

Hidden

Optional Boolean. true to hide the display of the type name; otherwise, false.

Child Elements

None

Parent Elements

VariableTypes

See Also

Tasks

.ACTIONS File Example

Concepts

Creating Declarative, No-Code Workflow Editors

Default Workflow Actions

Default Workflow Conditions

WorkflowInfo Schema and WorkflowActions Schema Overview