How do I trigger a job when another completes?
问题 I have two jobs, consider them to be the super simple jobs that just print a line and have no triggers or timeouts defines. They work fine when I call them from a controller class through: <name of my class>Job.triggerNow() What I want is to trigger one job and, as it as it finishes, trigger a consequent different job. I have tried using the quartzScheduler , but I can't seem to get a JobDetail from my job classes, so I'm not sure what is the correct way for doing this. I also want to pass