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: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# Getting Started with IBM Operational Decision Manager for Containers
1
+
# Getting Started with IBM Operational Decision Manager for Containers
2
2
3
3
4
4
## Audience
5
5
6
6
This tutorial is for technical and business users who want an introduction to business rules authoring and management with IBM Operational Decision Manager (ODM) running in a container environment. Here are the different offerings where you can use this Getting Started tutorial:
7
7
*[IBM Operational Decision Manager for Developers](https://hub.docker.com/r/ibmcom/odm/) - To deploy ODM in Docker environments, for evaluation and development purposes.
8
-
*[IBM Operational Decision Manager for Developers on Certified Kubernetes](https://artifacthub.io/packages/helm/ibm-odm-charts/ibm-odm-dev/22.2.0) - To deploy ODM on Certified Kubernetes environments, for evaluation and development purposes.
9
-
*[IBM Operational Decision Manager for production on Certified Kubernetes](https://www.ibm.com/docs/en/odm/8.11.1?topic=kubernetes-installing-odm-production) - To deploy ODM on Certified Kubernetes environments, for production use.
10
-
*[IBM Operational Decision Manager in IBM Cloud Pak for Business Automation](https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/22.0.2?topic=capabilities-operational-decision-manager) - To deploy ODM on RedHat OpenShift in the context of IBM Cloud Pak for Business Automation.
8
+
*[IBM Operational Decision Manager for Developers on Certified Kubernetes](https://artifacthub.io/packages/helm/ibm-odm-charts/ibm-odm-dev/23.1.0) - To deploy ODM on Certified Kubernetes environments, for evaluation and development purposes.
9
+
*[IBM Operational Decision Manager for production on Certified Kubernetes](https://www.ibm.com/docs/en/odm/8.12.0?topic=kubernetes-installing-odm-production) - To deploy ODM on Certified Kubernetes environments, for production use.
10
+
*[IBM Operational Decision Manager in IBM Cloud Pak for Business Automation in starter mode](https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/23.0.1?topic=deployments-installing-cp4ba-multi-pattern-starter-deployment) - To deploy ODM on RedHat OpenShift in the context of IBM Cloud Pak for Business Automation in starter mode.
Copy file name to clipboardExpand all lines: doc/topics/tut_icp_gs_clean_db_lsn.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ In this task, you learn how to delete projects from Decision Center and the Deci
6
6
7
7
When you no longer need a project, you can delete it from its database. You can leave this task to your administrator. However, if the instance of the project is yours and you want to do this tutorial again, you can do the cleanup yourself. If you want to keep your changes, you can export a compressed file of the project from Decision Center before deleting the project.
8
8
9
-
## Step 1: Deleting the decision service from Decision Center
9
+
## Step 1: Deleting the decision service from Decision Center
10
10
11
11
You remove the Miniloan Service decision service from the Decision Center database.
12
12
13
13
**Procedure**
14
14
15
15
1. Open the Decision Center Business console.
16
-
2. Log in as an administrator by entering `odmAdmin` as the user name and password. You must be an administrator to remove the decision service. The rtsUser1 login cannot remove the decision service.
16
+
2. Log in as **admin user**. You must be an administrator to remove the decision service. The **business user** cannot remove the decision service.
17
17
3. Open the **Library** tab.
18
18
4. Hover over the Miniloan Service box, open the drop-down menu, and click **Delete**:
19
19
@@ -27,22 +27,21 @@ You remove the decision artifacts from the Decision Server console.
27
27
28
28
**Procedure**
29
29
30
-
1. Open the Decision Server console.
31
-
2. Log in as an administrator by entering `odmAdmin` as the user name and password.
32
-
3.Open the **Explorer** tab, and click **RuleApps** under **Navigator**.
33
-
4.Select the mydeployment RuleApp, and click **Remove** to delete it. A warning message opens. Make sure that the message shows the RuleApp that you want to delete.
34
-
5.Click **Confirm** in the warning message. The console deletes your RuleApp. The RuleApp view opens, and it no longer shows your RuleApp.
30
+
1. Open the Decision Server console.
31
+
2. Log in as **admin user**.
32
+
3. Open the **Explorer** tab, and click **RuleApps** under **Navigator**.
33
+
4. Select the mydeployment RuleApp, and click **Remove** to delete it. A warning message opens. Make sure that the message shows the RuleApp that you want to delete.
34
+
5. Click **Confirm** in the warning message. The console deletes your RuleApp. The RuleApp view opens, and it no longer shows your RuleApp.
35
35
6. In the **Explorer** tab, click **Resources** under **Navigator**.
36
36
7. Select miniloan-xom.zip, and click **Remove all references**. A warning message opens. It shows the execution object model that you selected.
37
37
8. Click **Confirm** in the warning message. Now the execution object model is not referenced from any ruleset or library.
38
38
9. Select miniloan-xom.zip, and click **Remove** to remove the execution object model cleanly.
39
39
10. In the **Explorer** tab, click **Libraries** under **Navigator**.
40
-
11. Select mydeployment\_1.0, and click **Remove** to remove the library.
40
+
11. Select mydeployment\_library, and click **Remove** to remove the library.
41
41
42
42
**Note:** You can also remove the Miniloan\_Service\_brm.Branch\_xx\_xx library. This library was created when you ran the test suite.
43
43
44
44
45
-
You have completed the tutorial and removed the decision service files from Decision Center and the Decision Server console. You now know some of the key features in Operational Decision Manager for Developers.
45
+
You have completed the tutorial and removed the decision service files from Decision Center and the Decision Server console. You now know some of the key features in Operational Decision Manager.
46
46
47
47
[**Back to table of contents**](../../README.md)
Copy file name to clipboardExpand all lines: doc/topics/tut_icp_gs_create_rules_lsn.md
+30-27
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
In this task, you learn how to search for rules, modify a decision table, and create an action rule in the Business console.
4
4
5
-
Business experts develop and deploy decision services in Decision Center. Distributed business teams can collaborate through the web-based environment to create and maintain decision logic. They can modify rules to meet changes in policies without changing the applications that call the rules. They can apply business decisions immediately without developers having to recode production applications.
5
+
Business experts develop and deploy decision services in Decision Center. Distributed business teams can collaborate through the web-based environment to create and maintain decision logic. They can modify rules to meet changes in policies without changing the applications that call the rules. They can apply business decisions immediately without developers having to recode production applications.
6
6
7
-
Typically, developers working in Rule Designer can develop a new version of a decision service in response to changing application infrastructure and core business requirements, and business experts can work in Decision Center on new decisions that are delivered in response to an evolving market or a changing regulatory environment. With this separation, decisions and application architecture can be managed asynchronously.
7
+
Typically, developers working in Rule Designer can develop a new version of a decision service in response to changing application infrastructure and core business requirements, and business experts can work in Decision Center on new decisions that are delivered in response to an evolving market or a changing regulatory environment. With this separation, decisions and application architecture can be managed asynchronously.
8
8
9
9
In this task, you make the following changes for the loan company in the Miniloan project:
10
10
@@ -17,25 +17,29 @@ You do a search to find the rules in the decision service that handle the credit
17
17
18
18
**Procedure**
19
19
20
-
1. Log in to the Business console by using `rtsUser1`as the user name and password.
20
+
1. Log in to the Business console as **business user**.
21
21
2. Open the **Library** tab.
22
-
3. Hover over the Miniloan Service box, and click anywhere except the name to expand it. Then click **main** under **Recently updated branches** to open the **main** branch.
23
-
4. In the **Search for rules** field, type score and press Enter. The results show all the action rules and decision tables in which the word score occurs. You look at all the rules, and conclude that you must edit the **repayment and score** decision table.
22
+
3. Hover over the *Miniloan Service* box, and click anywhere except the name to expand it. Then click **main** under **Recently updated branches** to open the **main** branch.
23
+
4. In the **Search for rules** field, type "score" and press Enter. The results show all the action rules and decision tables in which the word score occurs. You look at all the rules, and conclude that you must edit the **repayment and score** decision table.
24
24
25
25
## Step 2: Modifying a decision table
26
26
27
27
You start by checking the history of changes to the decision table, and then you edit the rule. You make a mistake and correct it.
28
28
29
29
**Procedure**
30
30
31
-
1. Click **repayment and score** to display the decision table.
32
-
2. Click **Timeline**. The history of changes for the decision table shows no recent changes.
33
-
3. Click **Exit Timeline**.
34
-
4. Click **Edit**.
31
+
1. Click **repayment and score** to display the decision table.
32
+
2. Click the **Timeline** button  in the upper right corner of the window. The history of changes for the decision table shows no recent changes.
33
+
3. Click **Exit Timeline**.
34
+
4. Click the **Edit** button .
35
+
36
+
> **Note**
37
+
> Before editing the decision table, a dialog box pops up to change the row order. Leave the default value to *Automatic* and click **OK**.
38
+
35
39
5. Double-click the number `200` in row 1 of the **credit score** column and enter the value 300. Do not change this value in row 2 yet.
36
-
6. Click **Details** and change the status to **Defined**. You can use the rule properties for different purposes in Decision Center, such as the organization and workflow, permissions, testing, and deployment.
37
-
7. Close the property window.
38
-
8. Click **Save**.
40
+
6. Click the **Details** button  and change the status to **Defined**. You can use the rule properties for different purposes in Decision Center, such as the organization and workflow, permissions, testing, and deployment.
41
+
7. Close the property window.
42
+
8. Click the **Save** button .
39
43
9. Type the comment "Changed credit score to 300" and click **Create New Version**. The decision table now displays v1.1. Decision Center creates a new version with the changes. The major version number 1 is assigned to the main branch. Any new branch, including the branches of the governance framework, take the next available number. The minor version number corresponds to the number of changes made in the branch.
40
44
41
45
## Step 3: Correcting an error
@@ -48,37 +52,36 @@ You check the decision table and find an error. You correct the error, save your
48
52
49
53

50
54
51
-
2. Click **Edit** to reopen the table.
52
-
3. Double-click the credit score condition for row 2, change the value 200 to 300, and press Enter. This change eliminates the overlap in rows 1 and 2.
53
-
4. Click **Save**.
54
-
5. In the Create New Version window, type the comment "Fix for gap error" and click **Create New Version**.
55
+
2. Click **Edit** to reopen the table.
56
+
3. Double-click the credit score condition for row 2, change the value 200 to 300, and press Enter. This change eliminates the overlap in rows 1 and 2.
57
+
4. Click **Save**.
58
+
5. In the Create New Version window, type the comment "Fix for gap error" and click **Create New Version**.
55
59
56
60
## Step 4: Creating a new action rule
57
61
58
62
You implement the policy that shortens the minimum length of a loan to 6 months.
59
63
60
64
**Procedure**
61
65
62
-
1. Click **main** in the breadcrumbs below the top banner to return to the contents of the branch.
63
-
2. Open the validation folder, which contains the rules for validating loan data.
64
-
3. Click the **Add** button , and then click **New Rule**.
65
-
4. Type the name **check duration**, and click **Create**.
66
-
5. Copy and paste the following rule into the rule editor, or build the rule with the completion menu.
67
-
66
+
1. Click **main** in the breadcrumbs below the top banner to return to the contents of the branch.
67
+
2. Open the validation folder, which contains the rules for validating loan data.
68
+
3. Click the **Add** button , and then click **New Rule**.
69
+
4. Type the name **check duration**, and click **Create**.
70
+
5. Copy and paste the following rule into the rule editor, or build the rule with the completion menu.
71
+
68
72
if
69
73
the duration of 'the loan' is less than 6
70
74
then
71
75
add "The duration of the loan is too short" to the messages of 'the loan';
72
76
reject 'the loan';
73
-
74
77
75
-
6. Click **Save**.
76
-
7. Type "Added for Summer policy" and click **Create New Version**.
78
+
79
+
6. Click **Save**.
80
+
7. Type "Added for Summer policy" and click **Create New Version**.
77
81
9. Log out of the Business console. You've finished the updates.
78
82
79
-
In the next task, you test and deploy the decision service.
83
+
In the next task, you test and deploy the decision service.
0 commit comments