cancel
Showing results for 
Search instead for 
Did you mean: 

Replacing BPM

Former Member
0 Kudos

Hi Everyone,

Is there a way to Replace the BPM in the Middle with another one, to Call a BPM DYNAMICALLY.

Regards,

Varun

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

Can you provide more info on the requirement.

Dynamic triggering of Integration process is possible.

Thanks

Gaurav

samiullah_qureshi
Active Contributor
0 Kudos

Hi,

If your requirement is to call a BPM from another BPM, then you can do it easily by using a send(Async/Sync) step.

And in ID you configure receiver determination it in such a way that receiver for this send step should be another BPM.

Regards,

Sami.

Former Member
0 Kudos

Hi

Calling a BPM from another BPM is possible as BPM is a business service.

you need to have a Sync send step and configure the receiver and interface determination for this call.

you had to use S/A Bridge, and return the response to the BPM which was called .

for this you can refer to the below mentioned blog :

Regard's

Chetan Ahuja

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

Do you need to call a BPM from another BPM. It is possible.

In the calling BPM you need to have a Sync send step and configure the receiver and interface determination for this call.

In the called BPM you need to open the S/A Bridge, and return the response to the called BPM.

Thanks

SaNv...