adTempus 3.0.5
Our jobs execute a CMD file, which kicks off one or more java.exe processes. When our customers terminate the job, the CMD process is killed but the child java.exe processes are not. I am looking for a way to configure adTempus to terminate all child processes that are started by the parent processes.
According to the way I interpret the help, it seems that specifying java.exe as the process to terminate in a Response will kill off ALL java.exe processes, which is not what I want. I may have hundreds of java.exe processes kicked off by other CMD files.
Is it possible to configure a job in this manner?