Parameters Element (WorkflowActions)

Applies to: SharePoint Foundation 2010

Serves as a container for all Parameter elements, and contains no definable attributes. Includes the descriptions of the parameters in an action method signature.

<WorkflowActions>
  <Action>
    <Parameters>
      <Parameter />
    </Parameters>
  </Action>
</WorkflowActions>

Attributes

None

Child Elements

Parameter

Parent Elements

Action

See Also

Concepts

Creating Declarative, No-Code Workflow Editors

WorkflowInfo Schema and WorkflowActions Schema Overview