Activity "Do While" in 2022.10 release has changed

Notice that the logic for activity “Do While” has changed.
2022.4.6 for the loop to end the condition has to be NOT fulfilled.
but 2022.10 for the loop to end the condition has to BE fulfilled.

Anyone experienced the same behaviour?

Hi,

In my environment(Studio 22.10.3CE + System.Activities Pacakge22.10.3), it works normally.

Sample20221123-1a.zip (2.3 KB)

Can you share project which can be reproduce the issue?

Regards,

My condition is on String and not on Integer.

Assign activity - str_Temp = “”

Condition - Not String.IsNullOrEmpty(str_Temp.Trim)

It doesn’t break from the loop.

Hi,

In my environment, it also work normally.

Sample20221123-1av2.zip (3.6 KB)

Can you share your project?

Regards,

Ok. I might know why already… thanks… will get back if still remains unresolved.