Parameters Element (WorkflowActions)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

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

Definition

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

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Parameter

Parent elements

Action

See also