Closed runabol closed 8 months ago
When a conditional task if expression evaluates to false the task state will be set to SKIPPED instead of COMPLETED.
if
false
SKIPPED
COMPLETED
When a conditional task
if
expression evaluates tofalse
the task state will be set toSKIPPED
instead ofCOMPLETED
.