WorkflowActions Element (WorkflowActions)

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

WorkflowActions is the root element of the WorkflowActions schema. This element must be included in any Feature manifest file for sandboxed deployed custom actions.

Definition

<WorkflowActions>
    <Default>...</Default>
    <Action>...</Action>
</WorkflowActions>

Elements and attributes

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

Attributes

None

Child elements

Action

Default

Parent elements

None

See also