Add an option to the Task menu, to allow running the Task without checking the Job-level condition.
This is helpful when unit testing a new job.
If the first task in the job causes the job-level condition to become false, then the subsequent tasks will not run when tested one at a time.
It would be helpful to allow the user to right-click on the task, and select an option that allows the task to run without checking the job-level condition.
This way, each task can be tested individually, whether the job-level condition is true or not.
Example:
Right-click on a task
In the task menu, select "Run Task"
Under that option, add a new option called "without checking job-level condition".