Skip to content

Commit eb694dd

Browse files
author
Adam Dupaski
authored
Update metamodel-10.0.md
1 parent 6b10775 commit eb694dd

1 file changed

Lines changed: 51 additions & 24 deletions

File tree

content/en/docs/releasenotes/sdk/metamodel/metamodel-10/metamodel-10.0.md

Lines changed: 51 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,125 +1,152 @@
11
---
22
title: "10.0"
3-
parent: "metamodel-10"
3+
url: /releasenotes/sdk/metamodel-10.0/
4+
weight: 100
45
---
56

67
## 10.0.0
78

89
### Microflows
910

1011
#### AggregateListAction (Element)
11-
* We introduced the `expression` property.
12-
* We introduced the `useExpression` property.
13-
* We introduced the `reduceReturnDataType` property.
14-
* We introduced the `reduceInitialValueExpression` property.
12+
13+
* We introduced the `expression`, `useExpression`, `reduceReturnDataType`, and `reduceInitialValueExpression` properties.
1514

1615
#### RestOperationCallAction (Element)
17-
* We introduced this element. Info: "Calling a REST operation action"
1816

19-
#### ClearFromClientAction (Element)
20-
* We introduced this element.
17+
* We introduced this element for calling a REST operation action.
18+
19+
#### ClearFromClientAction, NotifyWorkflowAction (Elements)
20+
21+
* We introduced these elements.
2122

2223
#### LockWorkflowAction (Element)
24+
25+
* We introduced the `workflowSelection` property.
2326
* We deleted the `workflow` property.
24-
* We introduced the `workflowSelection` property.
2527

2628
#### UnlockWorkflowAction (Element)
27-
* We deleted the `workflow` property.
28-
* We introduced the `workflowSelection` property.
2929

30-
#### NotifyWorkflowAction (Element)
31-
* We introduced this element.
30+
* We introduced the `workflowSelection` property.
31+
* We deleted the `workflow` property.
3232

3333
### Projects
3434

3535
#### ModuleSettings (ModelUnit)
36-
* We introduced the `solutionIdentifier` property.
37-
* We introduced the `jarDependencies` property.
38-
* We introduced the `basedOnVersion` property.
36+
37+
* We introduced the `solutionIdentifier`, `jarDependencies`, and `basedOnVersion` properties.
3938

4039
### Settings
4140

4241
#### RuntimeSettings (Element)
42+
4343
* We changed the default value of the `bcryptCost` property.
4444

4545
#### WebUIProjectSettingsPart (Element)
46+
4647
* We deleted the `enableDownloadResources` property.
4748

4849
### DatabaseConnector
4950

5051
#### ConnectionString (Element)
51-
* We introduced this element. Info: "Using a text to define the connection string"
52+
53+
* We introduced this element for using a text to define the connection string.
5254

5355
#### ConnectionParts (Element)
54-
* We introduced this element. Info: "Using parts to define the connection string"
56+
57+
* We introduced this element for using parts to define the connection string.
5558

5659
### Rest
5760

5861
#### PublishedODataMicroflow (Element)
59-
* We introduced the `parameters` property. Info: "The parameters of this microflow"
62+
63+
* We introduced the `parameters` property for the parameters of the microflow.
6064

6165
#### PublishedODataMicroflowParameter (Element)
62-
* We introduced this element. Info: "A microflow parameter published in an OData service"
66+
67+
* We introduced this element for a microflow parameter published in an OData service.
6368

6469
#### ConsumedODataService (ModelUnit)
65-
* We introduced this modelunit.
70+
71+
* We introduced this model unit.
6672

6773
### CustomWidgets
6874

6975
#### CustomWidgetType (Element)
76+
7077
* We deleted the `phoneGapEnabled` property.
7178

7279
### Navigation
7380

7481
#### NavigationDocument (ModelUnit)
75-
* We deleted the `reports` property.
76-
* We deleted the `reportParameters` property.
82+
83+
* We deleted the `reports` and `reportParameters` properties.
7784

7885
### Pages
7986

8087
#### Page (ModelUnit)
81-
* We introduced the `urlSegments` property.
88+
89+
* We introduced the `urlSegments` property.
90+
91+
92+
93+
94+
95+
96+
8297

8398
#### UrlSegment (Element)
99+
84100
* We introduced this element.
85101

86102
#### ParameterAttributeUrlSegment (Element)
103+
87104
* We introduced this element.
88105

89106
#### ParameterIdUrlSegment (Element)
107+
90108
* We introduced this element.
91109

92110
#### StaticUrlSegment (Element)
111+
93112
* We introduced this element.
94113

95114
#### EntityPathSource (Element)
115+
96116
* We introduced the `sourceVariable` property.
97117

98118
#### RetrievalQueryParameter (Element)
119+
99120
* We deleted the `type` property.
100121
* We introduced the `types` property.
101122

102123
### Reports
103124

104125
#### ReportParameter (Element)
126+
105127
* We deleted the `parameterTypeRuntime` property.
106128
* We deleted the `reportId` property.
107129

108130
### Workflows
109131

110132
#### WaitForNotificationActivity (Element)
133+
111134
* We introduced this element.
112135

113136
#### MajorityCompletionCriteria (Element)
137+
114138
* We introduced this element.
115139

116140
#### ThresholdCompletionCriteria (Element)
141+
117142
* We introduced this element.
118143

119144
#### WorkflowDefinitionSelection (Element)
145+
120146
* We introduced this element.
121147

122148
#### WorkflowDefinitionNameSelection (Element)
149+
123150
* We introduced this element.
124151

125152
#### WorkflowDefinitionObjectSelection (Element)

0 commit comments

Comments
 (0)