如何在 SAP BTP 上创建以及消费 Business Rule Service

举报
汪子熙 发表于 2022/06/12 22:58:50 2022/06/12
【摘要】 官网链接:https://developers.sap.com/tutorials/cp-cf-businessrules07-ruleservice-ruleset.htmlCreate a rule service interface for an application to invoke the decision logic by associating the rule to a ...

官网链接:https://developers.sap.com/tutorials/cp-cf-businessrules07-ruleservice-ruleset.html

Create a rule service interface for an application to invoke the decision logic by associating the rule to a ruleset of the rule service.

创建 rule service interface 的目的:应用程序通过将规则与规则服务的规则集相关联来调用决策逻辑。

A rule service is an interface or an end point that enables an application to invoke a decision logic.

rule service 可以看成一个接口或者 endpoint,应用程序通过调用 rule service,可以触发 decision logic.

Rule set 是一系列 rule 的集合,工作于某个特定的场景。

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.

规则集可以链接到规则服务,以便在部署规则服务时执行规则集内包含的所有规则。

创建一个新的 rule service:

从下拉菜单里选择 vocabulary:

语义是:通过 Employee 信息作为输入,决策出 EquipmentInfo 作为决策结果:

创建另一个 rule service,用于决策是否需要 approval:

激活整个项目:

点击 Deploy 按钮,部署 rule service:

如果部署失败,检查该 Rule Service 使用到的 entity 是否已经激活,或者是否已经添加到 Ruleset vocabulary 里:

很明显,这个 Equipment 维护错了,应该修改成 Employee:

SAP API Business Hub 上找到 SAP Business Rules Service:

使用 Rule Execution API for Cloud Foundry 调用 Business Service:

给 wm_businessrules 创建一个新的 service key:

抄下 clientid, clientsecret 和 url 字段,作为 SAP API Business Hub 里维护 environment 的输入值:

消费该 business rule service 的输入 payload:

    {
  "RuleServiceId": "f27730d10cce4525ae111e647054d8f7",
  "Vocabulary": [
    {
      "Employee": {
        "IsFullTimeEmployee": true,
        "countryofCompany": "USA",
        "jobTitle": "Engineer II",
         "company": "2000"
       }
    }
  ]
}
【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。