Hi everybody,
I have problem or bug when using Foreach → TryCatch → Break in Final as below image. When the “LogMessage 1” activity was finished, the Studio continued to run until “LogMessage 2”.
Thanks.
Hi everybody,
I have problem or bug when using Foreach → TryCatch → Break in Final as below image. When the “LogMessage 1” activity was finished, the Studio continued to run until “LogMessage 2”.
Thanks.
This is because this activity is only useful in these sets of circumstances:
In your scenario it effectively doesn’t do anything.
Well, I would also expect that “Break” in the “Finally” section will break the F-E loop so the “Log Message 2” would not execute.
Cheers
Let me register this as a bug so that our team can have a look. When I replied last time, I didn’t notice that the Try-Catch is actually inside of the loop already.