End Construct Continue loop functionality

Hello,
I have BPM with for each loop, I try to continue the loop even if one
iteration fails on specific web service operation, hence I am using
catch exception with continue loop end construct, but the process aborts
on first failed iteration and never continues. First tried in debug
mode, but it didn't work. On knowledge base there is article about this
not working in debug, so I tried run the BPM "normally" but no change, I
tried put the contruct on the webservice operation or even on the whole
for each group with no change, any suggestion?

Answers