Skip to content

Commit b55f4da

Browse files
edit change
1 parent c616bda commit b55f4da

File tree

1 file changed

+10
-25
lines changed

1 file changed

+10
-25
lines changed

docs/schema/parameters-element-workflowconfig.md

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Parameter Element (WorkflowConfig)
2+
title: Parameters Element (WorkflowConfig)
33
manager: laurawi
44
ms.date: 3/9/2015
55
ms.audience: Developer
@@ -8,22 +8,20 @@ f1_keywords:
88
- SharePoint workflows
99
ms.prod: sharepoint
1010
ms.localizationpriority: medium
11-
ms.assetid: 3d043e89-5b01-41bb-a5ca-541041466d5a
11+
ms.assetid: 28c73384-447e-45ba-99a5-31ab32ee286a
1212
---
1313

14-
# Parameter Element (WorkflowConfig)
14+
# Parameters Element (WorkflowConfig)
1515

1616
**Applies to**: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
1717

18-
Represents a single parameter for the workflow initiation form.
18+
Represents a collection of the parameters for the workflow initiation form.
1919

2020
## Definition
2121

2222
```XML
23-
<Parameter
24-
Name="Text"
25-
Type="Text"
26-
/>
23+
<Parameters>
24+
</Parameters>
2725
```
2826

2927
## Elements and attributes
@@ -34,24 +32,11 @@ The following sections describe attributes, child elements, and parent elements.
3432

3533
<table>
3634
<colgroup>
37-
<col width="20%" />
38-
<col width="80%" />
35+
<col width="100%" />
3936
</colgroup>
4037
<tbody>
41-
<thead>
42-
<tr class="header">
43-
<th align="left"><p>Attribute</p></th>
44-
<th align="left"><p>Description</p></th>
45-
</tr>
46-
</thead>
47-
<tr class="even">
48-
<td align="left"><p>**Name**</p></td>
49-
<td align="left"><p>Required **Text**. Specifies the name of the parameter. The Name attribute value must be the same as the Name attribute of the corresponding **Field** element.</p>
50-
<p>The Name attribute value is also the same as the name of the workflow variable that represents the parameter.</p></td>
51-
</tr>
5238
<tr class="odd">
53-
<td align="left"><p>**Type**</p></td>
54-
<td align="left"><p>The System data type of the parameter.</p></td>
39+
<td align="left"><p>None</p></td>
5540
</tr>
5641
</tbody>
5742
</table>
@@ -64,7 +49,7 @@ The following sections describe attributes, child elements, and parent elements.
6449
</colgroup>
6550
<tbody>
6651
<tr class="odd">
67-
<td align="left"><p>None</p></td>
52+
<td align="left"><p><span sdata="link"><a href="parameter-element-workflowconfig.md">Parameter Element (WorkflowConfig)</a></span></p></td>
6853
</tr>
6954
</tbody>
7055
</table>
@@ -77,7 +62,7 @@ The following sections describe attributes, child elements, and parent elements.
7762
</colgroup>
7863
<tbody>
7964
<tr class="odd">
80-
<td align="left"><p><span sdata="link"><a href="parameters-element-workflowconfig.md">Parameters Element (WorkflowConfig)</a></span></p></td>
65+
<td align="left"><p><span sdata="link"><a href="initiation-element-workflowconfig.md">Initiation Element (WorkflowConfig)</a></span></p></td>
8166
</tr>
8267
</tbody>
8368
</table>

0 commit comments

Comments
 (0)