cancel
Showing results for 
Search instead for 
Did you mean: 

Lookup in BPM

former_member187447
Participant
0 Kudos

Hi

I have a message A which is passing through BPM and is splitting into 2 messages B and C (using 2 differnt message mappings). Now is it possible to send B first and then wait for 30 secs and do a look up from A to check a value in the target side before sending C.

Is the above scenario possible without using acknowledgement using a correlation ID ?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos
do a look up from A to check a value in the target side before sending C

I am a bit confused what you mean to say by the above line.

Now is it possible to send B first and then wait for 30 secs

Yes it is possible.....after you do the split (tansformation step...generate only message B here) you include a Send step (which will have Message B)....then have a Transformation step (this will generate Message C)....in this mapping apply the below logic of Thread.sleep(30) and the processing will wait for 30 secs...for more info:

In normal case you cannot include a Wait step in BPM to implement the above because it doesnt have 30 secs delay period (min is 1 minute).

Regards,

Abhishek.

Former Member
0 Kudos

well in this case you need to change from message split or multi mapping to serial process ABC

you need to have correlation id for that.