Recently, we need build a sapui5 app to edit decision table in BTP business rule.
We found the blog below:
https://github.com/murlionline/manageRules
The code example is neo version. We made few changes to fit CF version.
We use destination instead of "bpmrulesrepository"
We can get vocabulary_srv, and rule_srv

After the loadDecisionTable, we meet some errors.

Also, the decisionTable has data in business rule but empty in sapui5

How do we fix the problem?