cancel
Showing results for 
Search instead for 
Did you mean: 

How to define a asynchron/synchron Process in ccBPM

Former Member
0 Kudos

Hello,

the scenario:

Outbound:

Channel: JDBC

Message Interface: SOURCE.OA (outbound/asynchron)

Message Interface: SOURCE.AA (abstract/asynchron)

Messagetyp: MT.SOURCE

Inbound:

Channel: Proxy

Message Interface: DEST.IS (inbound/synchron)

Message Interface: DEST.AS (abstract/synchron)

Messagetyp: MT.DEST

Message Mapping: SOURCE_TO_DEST

Interface Mapping: ???

ccBPM:

ReceiveStep_1

Message: SOURCE (container variable linked with abstract interface DEST.AA)

Processstart: YES

Mode: asychron

TransformationStep_2

???

SendStep_3:

Mode: synchron

synchronous interface: DEST.IS

Request Message: as defined

Response Message: as defined

My Question is:

1. How and where has the Transformation Step to be defined, in order to use the Mapping?

2. What type of Message-Mappings and Interface Mappings do i need, since i cannot directly map an asynchronous message interface to an synchrounous message interface?

Regards

Gunnar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

to implement Asynch-synch bridge using BPM, Plz refer to the below mentioned link:

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

[reward if helpful]

regards,

latika.

Former Member
0 Kudos