Skip to Content
0
Former Member
Jun 16, 2016 at 06:21 PM

Interface dependent message processing BPMN scenario

161 Views

Hi

I have 3 async interfaces which runf rom file to soap services

My requirement is to develop a Async/Sync BPMN process to to fetch responses and send to database using JDBC receiver channel however all these 3 interfaces run one after other

Lets say 1st interface has 5 messages to process then second interface should run only once we revive all the five responses form the first interface

I have gone through blogs of async/sync with new BPN process and I need to work on that but can you please assist me developing the BPMN scenario to process these interface one after other