cancel
Showing results for 
Search instead for 
Did you mean: 

How to access SAP Cloud Rules from Worflow in Cloud Foundry ?

0 Kudos

Hello Experts,

I have deployed my rules manager application in cloud foundry, and testing via postman is successful.

I need help on

1) how to configure the destination to rules manager ? and

2) how to configure service task in my workflow ?

Thanks in advance,

Regards,

Mahesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Archana
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Mahesh,

You need to create destination of oAuthClientCredential flow and use that destination workflow. You can get all the information like client id, client secret and token URL from the business rules service instance. Rest everything is same as mentioned in my Neo based blog.

Hope that answers.

0 Kudos

Hi Nabheet,

Thanks for the replying, I see the link you mentioned is for calling business rules in neo environment. But I have used following link to create rules application in cloud foundry and tested the steps mentioned for postman :

https://blogs.sap.com/2018/03/29/quick-start-guide-to-sap-business-rules-service-in-cloud-foundry/

and now my issue is how to create destinations in cloud foundry using Oauth bearer authentication ? as mentioned in the postman testing on above link and then how to call rule service from service task ?

Hope I am clear.

Regards,

Mahesh Dash

nabheetscn
Active Contributor
0 Kudos

Hello

Once you have activated the rules it has given you the url which you have used in Postman. Use the same url and create cloud destination. After that in your workflow create a script task to make your data as per format and then call the service task pass the url, check this blog for further details.

Nabheet