CompositeStep Element (WorkflowInfo)
Applies to: SharePoint Foundation 2010
Specifies a step in a composite workflow activity.
<CompositeStep>
<DataSources> </DataSources>
</CompositeStep>
Attributes
Attribute |
Description |
---|---|
Name |
Required text. The localized name of the step. |
ClassName |
Required text. Uniquely identifies the class in the binary file specified by Assembly. |
Assembly |
Required text. Specifies the binary file in which the step is implemented. |
AppliesTo |
Required appliesToTypes. Indicates whether this step should be available for lists, document libraries, or both. Valid values include list, doclib, and all. |
Order |
Optional integer. Specifies the sort order of elements in the step. |
Description |
Optional text. Specifies additional information about the step. |