|
1 | 1 | --- |
2 | 2 | title: "10.0" |
3 | | -url: /releasenotes/sdk/metamodel-10.0/ |
4 | | -weight: 100 |
| 3 | +parent: "metamodel-10" |
5 | 4 | --- |
6 | 5 |
|
7 | | -## 10.0.0 Beta 2 |
8 | | - |
9 | | -**Release date: May 25th, 2023** |
| 6 | +## 10.0.0 |
10 | 7 |
|
11 | 8 | ### Microflows |
12 | 9 |
|
13 | 10 | #### AggregateListAction (Element) |
14 | | - |
15 | | -* We introduced the `expression`, `useExpression`, `reduceReturnDataType`, and `reduceInitialValueExpression` properties. |
| 11 | +* We introduced the `expression` property. |
| 12 | +* We introduced the `useExpression` property. |
| 13 | +* We introduced the `reduceReturnDataType` property. |
| 14 | +* We introduced the `reduceInitialValueExpression` property. |
16 | 15 |
|
17 | 16 | #### RestOperationCallAction (Element) |
| 17 | +* We introduced this element. Info: "Calling a REST operation action" |
18 | 18 |
|
19 | | -* We introduced this element for calling a REST operation action. |
20 | | - |
21 | | -#### ClearFromClientAction, NotifyWorkflowAction (Elements) |
22 | | - |
23 | | -* We introduced these elements. |
| 19 | +#### ClearFromClientAction (Element) |
| 20 | +* We introduced this element. |
24 | 21 |
|
25 | 22 | #### LockWorkflowAction (Element) |
26 | | - |
27 | | -* We introduced the `workflowSelection` property. |
28 | 23 | * We deleted the `workflow` property. |
| 24 | +* We introduced the `workflowSelection` property. |
29 | 25 |
|
30 | 26 | #### UnlockWorkflowAction (Element) |
31 | | - |
32 | | -* We introduced the `workflowSelection` property. |
33 | 27 | * We deleted the `workflow` property. |
| 28 | +* We introduced the `workflowSelection` property. |
| 29 | + |
| 30 | +#### NotifyWorkflowAction (Element) |
| 31 | +* We introduced this element. |
34 | 32 |
|
35 | 33 | ### Projects |
36 | 34 |
|
37 | 35 | #### ModuleSettings (ModelUnit) |
38 | | - |
39 | | -* We introduced the `solutionIdentifier` and `jarDependencies` properties. |
| 36 | +* We introduced the `solutionIdentifier` property. |
| 37 | +* We introduced the `jarDependencies` property. |
| 38 | +* We introduced the `basedOnVersion` property. |
40 | 39 |
|
41 | 40 | ### Settings |
42 | 41 |
|
43 | 42 | #### RuntimeSettings (Element) |
44 | | - |
45 | 43 | * We changed the default value of the `bcryptCost` property. |
46 | 44 |
|
47 | 45 | #### WebUIProjectSettingsPart (Element) |
48 | | - |
49 | 46 | * We deleted the `enableDownloadResources` property. |
50 | 47 |
|
51 | 48 | ### DatabaseConnector |
52 | 49 |
|
53 | 50 | #### ConnectionString (Element) |
54 | | - |
55 | | -* We introduced this element for using a text to define the connection string. |
| 51 | +* We introduced this element. Info: "Using a text to define the connection string" |
56 | 52 |
|
57 | 53 | #### ConnectionParts (Element) |
58 | | - |
59 | | -* We introduced this element for using parts to define the connection string. |
| 54 | +* We introduced this element. Info: "Using parts to define the connection string" |
60 | 55 |
|
61 | 56 | ### Rest |
62 | 57 |
|
63 | 58 | #### PublishedODataMicroflow (Element) |
64 | | - |
65 | | -* We introduced the `parameters` property for the parameters of the microflow. |
| 59 | +* We introduced the `parameters` property. Info: "The parameters of this microflow" |
66 | 60 |
|
67 | 61 | #### PublishedODataMicroflowParameter (Element) |
68 | | - |
69 | | -* We introduced this element for a microflow parameter published in an OData service. |
| 62 | +* We introduced this element. Info: "A microflow parameter published in an OData service" |
70 | 63 |
|
71 | 64 | #### ConsumedODataService (ModelUnit) |
72 | | - |
73 | | -* We introduced this model unit. |
| 65 | +* We introduced this modelunit. |
74 | 66 |
|
75 | 67 | ### CustomWidgets |
76 | 68 |
|
77 | 69 | #### CustomWidgetType (Element) |
78 | | - |
79 | 70 | * We deleted the `phoneGapEnabled` property. |
80 | 71 |
|
81 | 72 | ### Navigation |
82 | 73 |
|
83 | 74 | #### NavigationDocument (ModelUnit) |
84 | | - |
85 | | -* We deleted the `reports` and `reportParameters` properties. |
| 75 | +* We deleted the `reports` property. |
| 76 | +* We deleted the `reportParameters` property. |
86 | 77 |
|
87 | 78 | ### Pages |
88 | 79 |
|
89 | 80 | #### Page (ModelUnit) |
90 | | - |
91 | 81 | * We introduced the `urlSegments` property. |
92 | 82 |
|
93 | | -#### UrlSegment, ParameterAttributeUrlSegment, ParameterIdUrlSegment, StaticUrlSegment (Elements) |
| 83 | +#### UrlSegment (Element) |
| 84 | +* We introduced this element. |
94 | 85 |
|
95 | | -* We introduced these elements. |
| 86 | +#### ParameterAttributeUrlSegment (Element) |
| 87 | +* We introduced this element. |
96 | 88 |
|
97 | | -#### EntityPathSource (Element) |
| 89 | +#### ParameterIdUrlSegment (Element) |
| 90 | +* We introduced this element. |
98 | 91 |
|
| 92 | +#### StaticUrlSegment (Element) |
| 93 | +* We introduced this element. |
| 94 | + |
| 95 | +#### EntityPathSource (Element) |
99 | 96 | * We introduced the `sourceVariable` property. |
100 | 97 |
|
101 | 98 | #### RetrievalQueryParameter (Element) |
102 | | - |
103 | | -* We introduced the `types` property. |
104 | 99 | * We deleted the `type` property. |
| 100 | +* We introduced the `types` property. |
105 | 101 |
|
106 | 102 | ### Reports |
107 | 103 |
|
108 | 104 | #### ReportParameter (Element) |
109 | | - |
110 | | -* We deleted the `parameterTypeRuntime` and `reportId` properties. |
| 105 | +* We deleted the `parameterTypeRuntime` property. |
| 106 | +* We deleted the `reportId` property. |
111 | 107 |
|
112 | 108 | ### Workflows |
113 | 109 |
|
114 | | -#### WaitForNotificationActivity, WorkflowDefinitionSelection, WorkflowDefinitionNameSelection, WorkflowDefinitionObjectSelection (Elements) |
| 110 | +#### WaitForNotificationActivity (Element) |
| 111 | +* We introduced this element. |
| 112 | + |
| 113 | +#### MajorityCompletionCriteria (Element) |
| 114 | +* We introduced this element. |
| 115 | + |
| 116 | +#### ThresholdCompletionCriteria (Element) |
| 117 | +* We introduced this element. |
| 118 | + |
| 119 | +#### WorkflowDefinitionSelection (Element) |
| 120 | +* We introduced this element. |
| 121 | + |
| 122 | +#### WorkflowDefinitionNameSelection (Element) |
| 123 | +* We introduced this element. |
| 124 | + |
| 125 | +#### WorkflowDefinitionObjectSelection (Element) |
| 126 | +* We introduced this element. |
115 | 127 |
|
116 | | -* We introduced these elements. |
| 128 | +This page has been generated automatically. |
0 commit comments