cancel
Showing results for 
Search instead for 
Did you mean: 

SchedulerTask??

Former Member
0 Kudos

Hi, i would like to implement a new SchedulerTask in the portal. This task should be called from the KM Scheduler and should be maintained using the configuration menu.

Has anyone did this before?

I looked around in the SDN but could not find any helpfull manuals, articles or examples.

The environment i am working with is

EP6 SP2 Patch 27

Can anyone help?

Regards

Edmund Geesken

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Edmund,

did you read ?!

There at least I have described how to use KM wizards in Eclipse for creating a scheduler task on EP6 (SP2 for example).

Hope it helps

Detlev

Former Member
0 Kudos

Hi, i have read your post and i am working with the KM Wizard. My new scheduler task is displayed in the KM configuration. I can assign time entries but the service is never startet. I think there is missing something but i can not find out what is missing.

I deployed my class file, implementing the ISchedulerTask interface and the MySchedulerTask.cc.xml file in the directory src.config>local>meta>expanded>cm>services>schedulertasks.


<ConfigClass name="MySchedulerTask" extends="SchedulerTask">
  <attribute name="class" 
             type="class" 
             constant="test.MySchedulerTask"/>
  <attribute name="group" type="string" default=""/>
</ConfigClass>

Any idea?

Regards

Edmund

Former Member
0 Kudos

Hi Edmund,

unfortunatelly i am not able to help u, but i need a help from u. I was also trying to make a new task but my new scheduler task is NOT displayed in km configuration. So could u please send me ur eclipse project(juranj1@fel.cvut.cz)?

thanks

JJ

Former Member
0 Kudos

Hi Edmund, Hi Jiri,

there is an excellent weblog on this topic. Have a look at it.

Cheers

Martin

Answers (0)