Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 1.53 KB

modifications-element-workflowactions.md

File metadata and controls

71 lines (55 loc) · 1.53 KB
title description manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid
Modifications Element (WorkflowActions)
Describes the Modifications element (WorkflowActions) and provides a definition and the elements and attributes in SharePoint.
laurawi
06/13/2022
Developer
reference
SharePoint workflows
medium
ea3b4d73-520a-49a8-9845-4ee271e9cbba

Modifications Element (WorkflowActions)

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

Specifies the modifications that are associated with the action.

Definition

<Actions>
    <Action>
        <Modifications>
            <Modification>
            </Modification>
        </Modifications >
    </Action>
</Actions>

Elements and attributes

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

Attributes

None

Child elements

Modification

Parent elements

Action

See also