Hello,
I'm trying to set up a race condition between two jobs that cannot run simultaneously. They'll be triggered to run at the same time with a condition that waits for a file to arrive from a vendor. I added a condition on each job that the other job must not be running. Unfortunately, adTempus seems to translate "Waiting for Condition" status as "running" for the purposes of evaluating the condition.
Is there a way for the two jobs to check that the other one is not in "Running" status? I'd like the jobs to be able to execute while the other is in Waiting for Condition status.
adTempus 3.0.8
Thanks,
Andy