cancel
Showing results for 
Search instead for 
Did you mean: 

BPM logic

Former Member
0 Kudos

Hi All:

Need to go for 1:N mapping using BPM.

sender Asyn--- receiver Syn.

how many abstract interfaces are required?

As a responce I need to send an alert...

Thanks & Regards,

farooq.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi -

<i>>>>how many abstract interfaces are required?</i>

At least the following:

sender async (async/abstract)

- 1 (async/abstract); probably use this in your initial receive step

receiver sync

- 1 for request (async/abstract) - <i>however, probably you'll re-use the one above here</i>

- 1 for response (async/abstract)

- 1 for both request/response (sync/abstract)

So in the simplest case, you'll need at least 3 abstract interfaces.

Regards,

Jin

Former Member
0 Kudos

Jill I will be very thank ful if u can ping me on yahoo (farooq_100us@yahoo.com)

or farooq.mazhar@gmail.com

Former Member
0 Kudos

Hi Farooq -

Please understand that leveraging the collective knowledge of the forum and maintaining an open discussion on the issues and resolutions is one of the main objectives of these forums. Please post your inquiries here for all to assist (and benefit).

Regards,

Jin