Job_A is scheduled at 2pm and Job_B is scheduled at 3pm. When Job_B starts I want to check if Job_A run was successful, if not then have VisualCron interface show failed for Job_B (so someone can fix it).
So, I created a condition that checks if Job_A returned with a zero status code (success). And then enabled the condition in Job_B. Now, when Job_B starts to run it skips over the run (skipping all the task) but reports as a success. Is there a way to have Job_B status in the VisualCron interface show as failed? Also, the logs does not indicate a condition failure.
I am running version 5.7.2