During process review in debug mode, what capability does the Step Out action provide, as illustrated in the exhibit?
In UiPath Studio's debugging toolbar, the Step Out action runs all remaining activities inside the currently active container (such as a sequence or nested workflow) to completion, and then pauses execution once control returns to the parent level. This allows a developer to quickly finish stepping through a nested container without manually stepping through every single activity inside it.
Community Discussion