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
Hi Arun,
you can use the attached bpmn process as an example for your scenario
for the automated activities as defined in BPM, you can either use ICO to call soap receiver or can call soap endpoint directly from BPM
note, you need to also work on some error handling on the automated activities. rename the attachment as .bpmn
Add a comment