Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
ramonlee5
Explorer
With the ongoing evolution of Business Rule Management, this service offering has gone through multiple cycles of transformation, to what we know the latest that this is now embedded as part of the SAP Build Process Automation (SPA).

This recent update of Business Rules Management, has certainly created frustration and challenges not able to create new business rules project but only to import.


As a result of the above limitation, we have a workaround which embeds the business rules as an object within a SAP Build Process.

  1. Create a dummy process within the lobby with API trigger;

  2. Define input for this dummy process;

  3. And Create a Decision within this process;

  4. Invoke the dummy workflow process, which inherently invoke the decision rule, by sending in the required inputs

  5. Finally, invoke the workflow instance context, to get the results of the decision table


How-To

 

  1. Artefacts



 

2. Define Business Rule

 


       3. Configure Process Inputs



       4. Add a Decision into a process step (from processInput "investmentValue" we want to determine the approver)


       5. Define Decision Table


      6.Release and Deploy

7. Invoke dummy process from Postman


      8. Get workflow instance context from Postman

https://spa-api-gateway-bpi-ap-prod.cfapps.ap10.hana.ondemand.com/workflow/rest/v1/workflow-instance...


Hope the above workaround for Business Rule management finds you well, in your future undertakings with your projects. Hopefully SAP will have a further updates if there are new approach of using Business Rule Management, without embedding as part of the business process.
12 Comments
Labels in this area