Hi Experts,
I am working on one NWBPM scenario in PI7.31.
Requirement:
we are getting 0..N records in a recordset.We need to send each records in recordset with a delay of 5 secs in between them creating individual message for each record.
I have created my NW BPM process, but i am not able to fix looping issue with Automated/Mapping Activity.
Attaching document which refers overall development that i have done for this.I am not sure where i am getting wrong.And need your suggestion to implement the logic.
For Example:
If my recordset is having 4 records in recordset, then i need to send 4 individual messages out of BPM to receiver corresponding to each record with a delay of 5 secs between them.
Issue:
I am getting 16 individual messages for 4 records in recordset in 4 sets with 5 secs delay between each set ( i.e 4 records of recordset message in each set with delay of 5 secs in between each set).
Regards
Deepak