Currently I have a code in which there is a Java main method and which takes command line arguments for its execution. I am in the process of making it a quartz job, I want to pass arguments for this job.
Is there any way I can do that? I did some analysis on JobDataMap but I'm not sure I can use it for this purpose.
In addition, this work is going to work once for which the user needs to stop and continue.
Thank you for your time.
Cheers, AB
First of all, JobDataMap here for your job The parameter is to pass, for this purpose there is no problem in using it!
Second, the question is not that to increase the job (job class should be enough) but more - which triggers to use?
- can help
find out which user interaction you need, but you Should be able to achieve its goal
Comments
Post a Comment