I have an until loop with some inner activities. Looks like the until activity is marked as succeeded even when one of the inner activity failed. It caused the rest of the activities after the until activity to be executed. Is there anything to do differently to make until activity Fail when one of the inner activity failed.


Update
Until activity reported failure when I updated the looping logic to end the iteration immediately upon the inner activity failure. Looks like the status of the Until activity is determined based on the status of the inner activities of the final iteration.