I have bamboo plan with 2 stages. In first stage I check for a condition and set a injected variable. In second stage I have "Dynamic Tasks De-Activation" set to evaluate the value of the injected variable. When I run the build, in second stage even-though dynamic Condition evaluated to [true], the stage is not skipped and marked as fail.
I want to skip the stage if the dynamic condition is true. So basically I want to skip the whole build in case the condition is not met.
P.S. In case the dynamic condition is false, the second stage is executed as expected.