Hi Atul,
There is no continue statement in flow.
What you want to do is in case of any exception in loop, catch it in (child) catch block but do not roll back or throw exception, in this case it will continue to next record.
In case of any exception outside your loop, it will be caught in final (parent) catch block, there you can roll back transaction and commit in the last step of your (parent) try block.
Regards,
Sumit
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services