You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where do I define the needed permissions? For this BTP free tier - my user id is subaccount admin and I have all of the workflow roles. So not sure what is missing.
Thanks for your help.
Regards,
Jay
The text was updated successfully, but these errors were encountered:
Hello @jmalla ,
Have you run the Booster? If yes then the needed roles RulesRuntimeSuperUser would have been assigned to your user - which is needed to run the business rules. There was no use of destination in the tutorial. This destination is used for launchpad access. If you are using a different use case than the tutorial, then please let me know how you are using it.
There is a destination named BUSINESS_RULES that would be created, you can use that if you want to consume business rules in workflow or in any application using destination.
Hi Archana - thanks for your reply. I got it to work. It seems that the Booster does not create the BUSINESS_RULES destination correctly. Once I changed it to use OAuth2ClientCredentials with the details from the service key for the client id, secret and token url, it started working. I think the Booster needs to be fixed.
Hi Archana,
We are going through the Workflow tutorial. But are stuck"
The HTTP request to 'https://bpmruleruntime.rule.cfapps.us10.hana.ondemand.com/rules-service/rest/v2/rule-services' failed with status code 401 (Unauthorized) and response body ''.
Log ID: 3ec72cf7-d6d3-4bc7-97c7-23723cdfc95d
Determine Equipment Nov 7, 2022, 9:54:21 AM
The destination seems to be fine in BTP:
bpmrulesruntime - but the URL is https://sap.com/DUMMY_URL
Should this be:
https://bpmruleruntime.rule.cfapps.us10.hana.ondemand.com/rules-service/rest/v2/rule-services
Where do I define the needed permissions? For this BTP free tier - my user id is subaccount admin and I have all of the workflow roles. So not sure what is missing.
Thanks for your help.
Regards,
Jay
The text was updated successfully, but these errors were encountered: