You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/schema/parameters-element-workflowconfig.md
+10-25Lines changed: 10 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Parameter Element (WorkflowConfig)
2
+
title: Parameters Element (WorkflowConfig)
3
3
manager: laurawi
4
4
ms.date: 3/9/2015
5
5
ms.audience: Developer
@@ -8,22 +8,20 @@ f1_keywords:
8
8
- SharePoint workflows
9
9
ms.prod: sharepoint
10
10
ms.localizationpriority: medium
11
-
ms.assetid: 3d043e89-5b01-41bb-a5ca-541041466d5a
11
+
ms.assetid: 28c73384-447e-45ba-99a5-31ab32ee286a
12
12
---
13
13
14
-
# Parameter Element (WorkflowConfig)
14
+
# Parameters Element (WorkflowConfig)
15
15
16
16
**Applies to**: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
17
17
18
-
Represents a single parameter for the workflow initiation form.
18
+
Represents a collection of the parameters for the workflow initiation form.
19
19
20
20
## Definition
21
21
22
22
```XML
23
-
<Parameter
24
-
Name="Text"
25
-
Type="Text"
26
-
/>
23
+
<Parameters>
24
+
</Parameters>
27
25
```
28
26
29
27
## Elements and attributes
@@ -34,24 +32,11 @@ The following sections describe attributes, child elements, and parent elements.
34
32
35
33
<table>
36
34
<colgroup>
37
-
<colwidth="20%" />
38
-
<colwidth="80%" />
35
+
<colwidth="100%" />
39
36
</colgroup>
40
37
<tbody>
41
-
<thead>
42
-
<trclass="header">
43
-
<thalign="left"><p>Attribute</p></th>
44
-
<thalign="left"><p>Description</p></th>
45
-
</tr>
46
-
</thead>
47
-
<trclass="even">
48
-
<tdalign="left"><p>**Name**</p></td>
49
-
<tdalign="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>
52
38
<trclass="odd">
53
-
<tdalign="left"><p>**Type**</p></td>
54
-
<tdalign="left"><p>The System data type of the parameter.</p></td>
39
+
<tdalign="left"><p>None</p></td>
55
40
</tr>
56
41
</tbody>
57
42
</table>
@@ -64,7 +49,7 @@ The following sections describe attributes, child elements, and parent elements.
64
49
</colgroup>
65
50
<tbody>
66
51
<trclass="odd">
67
-
<tdalign="left"><p>None</p></td>
52
+
<tdalign="left"><p><spansdata="link"><ahref="parameter-element-workflowconfig.md">Parameter Element (WorkflowConfig)</a></span></p></td>
68
53
</tr>
69
54
</tbody>
70
55
</table>
@@ -77,7 +62,7 @@ The following sections describe attributes, child elements, and parent elements.
77
62
</colgroup>
78
63
<tbody>
79
64
<trclass="odd">
80
-
<tdalign="left"><p><spansdata="link"><ahref="parameters-element-workflowconfig.md">Parameters Element (WorkflowConfig)</a></span></p></td>
65
+
<tdalign="left"><p><spansdata="link"><ahref="initiation-element-workflowconfig.md">Initiation Element (WorkflowConfig)</a></span></p></td>
0 commit comments