| You can either use global variables to semaphore jobs or search for .* files in the queue directory.  However a more elegant and simple solution is to assigns both jobs to the same queue and set jobs to run synchronous. This will ensure that only one job at a time can run in the same queue. If you need to maintain multiple job groups create a separate job queue for each group.  : I would like to be able to set up a trigger that will : check for other running jobs. An example of a condition
 : I would to setup within scheduler is if job1 is running
 : do not run. Has anyone done this before. Is it even possible?
 : Thanks. 
 
 |