Core Type else
Description
An else step contains steps executed in the false block of an ifStep.
An else step is a group of steps which execute if the ifStep condition fails.
An else task can only be used as a nested task within an ifStep.
The else task is synonymous with otherwise.