Running an autoscheduled task
Hi,
I am trying to create my own auto-scheduled task. I don't know how to run it. I've been searching through the source code but I can't find what I need. I have these parts ... MyTask extends AbstractAutoScheduledTask @Override @Override and I am trying to get it scheduled from another service ... //services needed I get an error that Failed to get the component id for service ... I am thinking that maybe I need to register the task to get a component Id but I am not sure how. Assistance would be greatly appreciated! |
One answer
Okay,
I think I am understanding this more now. AsynchronousTasks I need to specify my asynch task in plugin.xml following the example of ChangeEventScrubber. Then I can schedule/unschedule it? |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.