Skip to content

Commit c099c84

Browse files
sterobintkobayas
authored andcommitted
BXMSDOC-6638: Update case docs for 7.9 (#2892)
* BXMSDOC-6638: Update case docs for 7.9 * SME tweaks to gsg
1 parent a3fd601 commit c099c84

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

drools-docs/src/modules/ROOT/pages/DMN/dmn-gs-assigning-custom-datatypes-proc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ After you create the DMN custom data types, assign them to the appropriate *DMN
99

1010
.Procedure
1111
. Click the *Model* tab on the DMN designer and click the *Properties* image:getting-started/diagram_properties.png[] icon in the upper-right corner of the DMN designer to expose the DRD properties.
12-
. In the DRD, select the *Driver* input data node and in the *Properties* panel, select `tDriver` from the *Data type* pull-down menu.
13-
. Select the *Violation* input data node and select `tViolation` from the *Data type* pull-down menu.
14-
. Select the *Fine* input data node and select `tFine` from the *Data type* pull-down menu.
12+
. In the DRD, select the *Driver* input data node and in the *Properties* panel, select `tDriver` from the *Data type* drop-down menu.
13+
. Select the *Violation* input data node and select `tViolation` from the *Data type* drop-down menu.
14+
. Select the *Fine* input data node and select `tFine` from the *Data type* drop-down menu.
1515
. Select the *Should the driver be suspended?* decision node and set the following properties:
1616
+
1717
* *Data type*: `string`

drools-docs/src/modules/ROOT/pages/DMN/dmn-gs-creating-custom-datatypes-proc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DMN data types determine the structure of the data that you use within a table,
66
.The custom data types tab
77
image::dmn/dmn-custom-datatypes-tab.png[]
88

9-
//Alternately, you can also access the *Data Types* tab from the *Diagram properties* tab on the right. From the *Diagram properties* tab, click *Manage* from *Data type* under *Information item*.
9+
//Alternately, you can also access the *Data Types* tab from the *Properties* tab on the right. From the *Properties* tab, click *Manage* from *Data type* under *Information item*.
1010

1111
//.Diagram properties tab
1212
//image::dmn/dmn-diagram-properties-tab.png[]
@@ -79,7 +79,7 @@ image::dmn/dmn-tViolation-custom-datatype.png[]
7979
* `Speed Limit` (number)
8080
* `Actual Speed` (number)
8181

82-
. To add the following constraints to the `Type` nested data type, click the edit icon, click *Add Constraints*, and select *Enumeration* from the *Select constraint type* pull-down menu.
82+
. To add the following constraints to the `Type` nested data type, click the edit icon, click *Add Constraints*, and select *Enumeration* from the *Select constraint type* drop-down menu.
8383
+
8484
* `speed`
8585
* `parking`

drools-docs/src/modules/ROOT/pages/DMN/dmn-gs-creating-drd-proc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ image::dmn/dmn-traffic-violations-drd.png[]
1515
.. In the *Create new DMN* window, enter `Traffic Violation` in the *DMN* name field.
1616
.. From the *Package* list, select `com.myspace.traffic_violation`.
1717
.. Click *Ok*. The DMN asset in the DMN designer is opened.
18-
. In the DMN designer canvas, drag two *DMN Input Data* input nodes on to the canvas.
18+
. In the DMN designer canvas, drag two *DMN Input Data* input nodes onto the canvas.
1919
+
2020

2121
.DMN Input Data nodes
2222
image::dmn/library_objects.png[]
2323

2424
. In the upper-right corner, click the *Properties* image:getting-started/diagram_properties.png[] icon.
2525
. Double-click each input node, and in the *Name* field, rename one to `Driver` and the other to `Violation`.
26-
. Drag a *DMN Decision* decision node on to the canvas.
26+
. Drag a *DMN Decision* decision node onto the canvas.
2727
. Double-click the decision node and rename it to `Fine`.
2828
. Click the *Violation* input node, select the *Create DMN Information Requirement* icon and click the `Fine` decision node to link the two nodes.
2929
+
3030

3131
.Create DMN Information Requirement icon
3232
image::dmn/info-requirement.png[]
3333

34-
. Drag a *DMN Decision* decision node on to the canvas.
34+
. Drag a *DMN Decision* decision node onto the canvas.
3535
. Double-click the decision node and rename it to `Should the driver be suspended?`.
3636
. Click the *Driver* input node, select the *Create DMN Information Requirement* icon and click the *Should the driver be suspended?* decision node to link the two nodes.
3737
. Click the *Fine* decision node, select the *Create DMN Information Requirement* icon, and select the *Should the driver be suspended?* decision node.

drools-docs/src/modules/ROOT/pages/DMN/dmn-gs-defining-decision-logic-proc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ image::dmn/select_logic_type.png[]
2828
. For the *Violation.Date*, *Violation.Code*, and *Violation.Speed Limit* parameter fields, right-click and select *Delete* for each field.
2929
. Click the *Violation.Actual Speed* column header and enter the expression `Violation.Actual Speed - Violation.Speed Limit` in the *Name* field.
3030
. Right-click the *Fine* parameter field and select either `Insert left` or `Insert right`.
31-
. Click the *output-2* column sub-header, enter `Amount` in the *Name* field, and select `number` from the *Data Type* pull-down menu.
31+
. Click the *output-2* column sub-header, enter `Amount` in the *Name* field, and select `number` from the *Data Type* drop-down menu.
3232
. Similarly, click the *output-1* column sub-header, enter `Points` in the *Name* field, and select `number` from the *Data Type* field.
3333
. Next, enter the following values in the first row of the decision table:
3434
* *Violation.Type*: `"speed"`
@@ -59,7 +59,7 @@ Right-click the third row and select `Insert below` to add another row.
5959
. Click *Save*.
6060
. To define the driver suspension rule, return to the DMN designer canvas, select the *Should the driver be suspended?* decision node, and click the *Edit* icon to open the DMN boxed expression designer.
6161
. Click *Select expression* -> *Context*.
62-
. Click *ContextEntry-1*, enter `Total Points` as the *Name*, and select `number` from the *Data Type* pull-down menu.
62+
. Click *ContextEntry-1*, enter `Total Points` as the *Name*, and select `number` from the *Data Type* drop-down menu.
6363
. Click the cell next to *Total Points*, select `Literal expression` from the context menu, and enter `Driver.Points + Fine.Points` as the expression.
6464
. In the cell below *Driver.Points + Fine.Points*, select `Literal Expression` from the context menu, and enter `if Total Points >= 20 then "Yes" else "No"`.
6565
. Click *Save*.

0 commit comments

Comments
 (0)