Hi-- Say I have a job that runs once a week at a configurable time, which is stored in a DB. During application startup, I use the scheduler to schedule the job for next Monday at noon.
Then, someone uses a web interface to indicate the job should run tomorrow at noon instead. I'd like to be able to ask the scheduler "give me the job that's responsible for X", then unschedule that job and reschedule it at the new time. So, my feature request is to be able to tag jobs with an identifier so that I can request them by that identifier instead of by the job ID I get when I schedule it, since I'm not stashing that away anywhere. Yes, I can stash the ID away, but this seems like something that would be useful. Does anyone agree? :-) I'm undecided whether you can have multiple jobs with the same tag or not, and if so, does the "give me the job with this tag" returns an array, etc. Thanks, Lee --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
