Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 1.56 KB

parameters-element-workflowactions.md

File metadata and controls

69 lines (54 loc) · 1.56 KB
title description manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid
Parameters Element (WorkflowActions)
Describes the Parameters element (WorkflowActions) and provides a definition and the elements and attributes.
laurawi
06/09/2022
Developer
reference
SharePoint workflows
medium
5fe0a140-ab0b-4a03-8e44-36e8f4272132

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