Hello, everybody.
Is it possible to break (close) WhileActivity from one of its child?
TIA
There is no built in way for this but you can throw an exception from within the while and catch it in a fault handler added to the while, like the following: