Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

6. Edit the registry.xml file which is in GREG_HOME/repository/conf folder with the following XML snippet.

Code Block
languagehtml/xml
<tasks>
    <task name="SampleTask" class="org.wso2.carbon.registry.samples.task.SampleTask">
        <trigger cron="0/10 * * * * ?"/>
    </task>
</tasks>

...