DB Polling Options
Hello Everybody,
I have a Database adapter as an exposed service to my BPEL process. My BPEL keeps polling the DB adapter. My configurations of polling options in Step 9 are as follows
Polling frequency : 60 seconds
no of databse rows per XML document : 1
Database rows per transaction : 1
I checked the option : distributed polling
Now when there are 6 records in the database, there are 6 BPEL instances getting created in EM console. IS there any way to tell DB adapter, like when there are 6 records in Databse, after the first record is processed completely, then the 2nd BPEL instance should be created and third..fourth...fifth...sixth....i mean one after another....Please help me on this regard.
Thanks a lot !