Skip to Content

Deploy a Rule Service

Deploy a rule service so that other applications can consume the decision logic.
You will learn
  • How to deploy a rule service to the consumer application to implement the decision logic
VandanaVasudevanVANDANA VASUDEVANSeptember 29, 2021
Created by
VandanaVasudevan
September 19, 2019
Contributors
VandanaVasudevan

Once you have modelled the rule services, you can deploy them to execute the rule set associated to them. In this tutorial, we will deploy the rule services we have created. In the next tutorial, you can test the decision logic using the Business Rules APIs in SAP API Business Hub.

  • Step 1
    1. Navigate to the Details tab of the project, then choose Edit.

      Edit the project
    2. Choose Activate.

      Activate the project

      Ensure that each entity of the project is active.

  • Step 2
    1. Navigate to the Rule Service tab and then choose Deploy button of EquipmentApprovalRuleservice to deploy the rule service.

      Deploy EquipmentApprovalRuleservice
    2. Choose Cloud Runtime for deploying the rule service.

      Deploy to Cloud Runtime
    3. Similarly, choose the Deploy button of DetermineEquipmentRuleservice and then choose the system as Cloud Runtime.

      You will see the following message on successful activation of the rule service:

      Deploy successful

    You can deploy a rule service if one of the rules is inactive. True or False?

Back to top