Create Rule Services and Rulesets
Beginner
5 min.
Create a rule service interface for an application to invoke the decision logic by associating the rule to a ruleset of the rule service.
You will learn
- How to create a rule service as an interface
- How to create a rule set and associate rules to a rule service
A rule service is an interface or an end point that enables an application to invoke a decision logic. A rule set is a collection of rules related to a scenario, for example, assigning equipment to an employee in this tutorial. A rule set can be linked to a rule service so that the set of rules in the rule set gets executed when the rule service is deployed.
In this tutorial, we will create the rule services and rule sets required to deploy the decision logic.