cancel
Showing results for 
Search instead for 
Did you mean: 

BPM in Integration Scenario

Former Member
0 Kudos

Hi Everybody,

I have some queries on BPM in Integration Scenario.

In the BPM i will be using

1.A Receive step to collect the data from database.

2.A synchronous send step to send a request and get the response from the same database.

3.Finally a send step to send the data out of BPM to another system.

Somebody can guide me about how to incorporate BPM in the integration scenario(how many actions i need to create for the BPM).

Expecting your replies.

Thanks,

Zabiulla

Accepted Solutions (1)

Accepted Solutions (1)

henrique_pinto
Active Contributor
0 Kudos

Hey Mohammed,

you'll have 3 application components:

1. database;

2. BPM;

3. the 3rd system.

The actions you need are:

1. sending action (outbound async interface) @ database;

2. receiving action (abstract async interface) @ bpm;

3. sending action (abstract sync interface) @ bpm;

4. receiving action (inbound sync interface) @ database;

5. sending action (abstract async interface) @ bpm;

6. receiving action (inbound async interface) @ 3rd system.

The connections you need are:

1. async connection between database & BPM;

2. sync connection between BPM & database;

3. async connection between BPM & 3rd system.

Regards,

Henrique.

Answers (0)