Is there any way I can dynamically pass cron values to cron-trigger-value tag or stop it dynamically.
My scenario is: I will receive a file at a location, my job will keep on polling on that directory .the moment job will get the file it will process it.
Now I want to stop the job once I am done with my file(or make sure it will look for next month now),so that it will not process the file recursively as I have a limitation neither I can remove the file nor change the name.
I have to run the job on 24th of every month.
Thanks,
Shashant
Please sign in to flag this as inappropriate.