다음을 통해 공유


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.

Child Elements

DataSources

Parent Elements

CompositeSteps

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