Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 1.59 KB

evaluation-element-workflowactions.md

File metadata and controls

69 lines (54 loc) · 1.59 KB
title manager ms.date description ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid
Evaluation Element (WorkflowActions)
laurawi
06/13/2022
Describes Evaluation Element (WorkflowActions) and includes information on elements and attributes.
Developer
reference
SharePoint workflows
medium
5b0fea56-7518-41d3-ac59-5b208a09e2bc

Evaluation Element (WorkflowActions)

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

Specifies whether values are retrieved from the data source fields of the parent action or from a hash table.

Definition

<Evaluation>
    <ActivitySource>
    </ActivitySource>
    <HashtableSource>
    </HashtableSource>
</Evaluation>

Elements and attributes

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

Attributes

None

Child elements

ActivitySource

HashtableSource

Parent elements

DataSource

See also