CompositeStep element (WorkflowInfo)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a step in a composite workflow activity.
Definition
<CompositeStep>
<DataSources> </DataSources>
</CompositeStep>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
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. |