In my previous post we mentioned how to create a Decission Table Rule using Oracle Business Rules. Click the below link to check the same.
create-decision-table-in-oracle
We can externally change these rules from Oracle Weblogic SOA Composer without modifying the processes and there is no need to redeploy the process after modify. Below is the steps mentioned for the same.
create-decision-table-in-oracle
We can externally change these rules from Oracle Weblogic SOA Composer without modifying the processes and there is no need to redeploy the process after modify. Below is the steps mentioned for the same.
- Login to SOA Composer. probably the Url looks like : http://localhost:8001/soa/composer
- Open the Business Rule which you want to modify. Here select the DecisionTableDemo Business Rule which we created in the previous post.
- Click on the Edit button on the main menu.
- Here we are going to add a new Rule to this Decision table. Click on Add Rule option.
- Here at first we need to add a value to the local list as shown below.
- Lets add 4000 as a value in the list and click on the OK button as shown below.
- Now on the decision table New Rule R4 the select the 4000 value.
- In the Action section type the "Grade-A+". Commit the changes and test the process.
- Test the process giving input as 4000 and check the output.
To create a Decision Table with Business Rule please follow the below link.
Give your comments on the above post. Happy Coding :)
No comments:
Post a Comment