StepOutput(stop=True) from a custom step to skip the remaining workflow steps.
Steps, Condition, Router, and Loop propagate stop=True from nested steps. Other branches in a Parallel may already be running when one branch requests a stop.

