cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPM workflow

Former Member
0 Likes
162

We are building an application using BPM. The workflow are tasks are determined based on business rules which are maintained in BRM. We have a requirement to display the complete list of all approvers when the request is created. The way I understand it is that with BPM and BRM the task assignment is determined at run time. Is there a way to determine the list of approvers and display it when the request is created?

Any ideas would be greatly appreciated.

Thanks,

Gaurav

Accepted Solutions (0)

Answers (2)

Answers (2)

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Likes

Agreed - assuming your BRM rule is in a separate Rules Composer project to your BPM Process, generate the WSDL artifact for your BRM ruleset so that it can be called as a web service and you can then call it either from your BPM Process (using an automated activity) or from your user interface application as a web service.

Regards,

Jocelyn

junwu
SAP Champion
SAP Champion
0 Likes

just make a call to brm, which will return you the approver list.